[vlc-devel] commit: Qt: code cosmetic (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Dec 4 07:21:46 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Nov 29 17:48:23 2009 +0100| [faa1a71b2e38e981d1e81e8b12c80b970b0269dc] | committer: Jean-Baptiste Kempf
Qt: code cosmetic
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=faa1a71b2e38e981d1e81e8b12c80b970b0269dc
---
modules/gui/qt4/input_manager.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/input_manager.hpp b/modules/gui/qt4/input_manager.hpp
index 3169494..5fc39a5 100644
--- a/modules/gui/qt4/input_manager.hpp
+++ b/modules/gui/qt4/input_manager.hpp
@@ -238,8 +238,8 @@ public:
instance = NULL;
}
- input_thread_t *getInput() { return p_input; };
- InputManager *getIM() { return im; };
+ input_thread_t *getInput() { return p_input; }
+ InputManager *getIM() { return im; }
vout_thread_t* getVout();
aout_instance_t *getAout();
More information about the vlc-devel
mailing list