]> git.sesse.net Git - vlc/commitdiff
Qt: code cosmetic
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 29 Nov 2009 16:48:23 +0000 (17:48 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 4 Dec 2009 06:21:39 +0000 (07:21 +0100)
modules/gui/qt4/input_manager.hpp

index 31694944c1ac0a228344e6e4f4b669d648f8ffa8..5fc39a551bb4871e1ed2e190dfb3c253bde77934 100644 (file)
@@ -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();