]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/Observer.h
Organizing code, the state now is in the view and the general render was simplified...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / Observer.h
index bd0e34560f9772dc8e1e81136cd5ae65f680bad3..9b9fa8c26e93f0c41fc87d198d9180db14630c70 100644 (file)
@@ -59,7 +59,7 @@ namespace bbtk
                ~Observer();
                
                //Public methods
-               virtual void update(int command);
+               virtual void update(int idObservable,int command);
                
                
        private: