]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/gototime.hpp
Remove code killed by previous commit
[vlc] / modules / gui / qt4 / dialogs / gototime.hpp
index 07f95a96a2c990e1fe289f0c799c114ad3ef4d90..43693f6a96e532ed9c720879054f1e49b0d119ae 100644 (file)
@@ -35,13 +35,13 @@ public:
     static GotoTimeDialog * getInstance( intf_thread_t *p_intf )
     {
         if( !instance)
-            instance = new GotoTimeDialog( p_intf);
+            instance = new GotoTimeDialog( p_intf );
         return instance;
     }
     virtual ~GotoTimeDialog();
 
 private:
-    GotoTimeDialog( intf_thread_t *);
+    GotoTimeDialog( intf_thread_t * );
     static GotoTimeDialog *instance;
     QTimeEdit *timeEdit;
 private slots: