]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/generic_window.hpp
* modules/gui/wxwidgets/dialogs/playlist.cpp: remove fprintf()s and compilation warnings.
[vlc] / modules / gui / skins2 / src / generic_window.hpp
index 3b11bea2d93cbe78909d0f504e956a6a5270e49c..f3c5bfece01e6b56bb9f1e72d60277cecb1732e2 100644 (file)
@@ -42,7 +42,7 @@ class WindowManager;
 
 
 /// Generic window class
-class GenericWindow: public SkinObject, public Observer<VarBool, void*>
+class GenericWindow: public SkinObject, public Observer<VarBool>
 {
     private:
         friend class WindowManager;
@@ -122,7 +122,7 @@ class GenericWindow: public SkinObject, public Observer<VarBool, void*>
         mutable VarBoolImpl *m_pVarVisible;
 
         /// Method called when the observed variable is modified
-        virtual void onUpdate( Subject<VarBool, void*> &rVariable , void*);
+        virtual void onUpdate( Subject<VarBool> &rVariable , void*);
 };