]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/utils/var_text.hpp
* all: added a INI file parser in skins2. For instance if the file
[vlc] / modules / gui / skins2 / utils / var_text.hpp
index 26ab73f9497732462e28502e0b76cbdadc9b7c5e..1bde9262fc05c253a56e86e2a83c19d90b0a3fda 100644 (file)
@@ -53,6 +53,9 @@ class VarText: public Variable, public Subject<VarText, void*>,
         virtual void onUpdate( Subject<VarText, void*> &rVariable, void* );
 
     private:
+        /// Stop observing other variables
+        void delObservers();
+
         /// Variable type
         static const string m_type;
         /// The text of the variable