]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualPaint/ManualPaintModel.h
#3332 creaContours Bug New - Manual Paint UnDo ReDo with vtk update (working)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualPaint / ManualPaintModel.h
index 1a552e73f4e00f376ad9632b2a82d410e361c2f6..eb6f10a483859626f2224f33585422e687204b0a 100644 (file)
@@ -60,11 +60,11 @@ public:
        void Redo(); //DFCH
 
 private:
-       int _tool;
-       bool _active;
-       BrushFilter *_brushfilter;
-       FillFilter *_fillfilter;
-       ImageUndoRedo *_imageUndoRedo;
+       int                     _tool;
+       bool                    _active;
+       BrushFilter     *_brushfilter;
+       FillFilter              *_fillfilter;
+       ImageUndoRedo   *_imageUndoRedo;
 
 protected: