]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/imageUndoRedo/imageUndoRedo.h
#3332 creaContours Bug New - Manual Paint UnDo ReDo with vtk update (working)
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / imageUndoRedo / imageUndoRedo.h
index 21f1a17db992e220ad4510f3d059bcd9ebccabd5..defc487efb09d80c711a191fd48caa12d3bde0ee 100755 (executable)
@@ -107,9 +107,9 @@ protected:
        // ----------------------------------------------------------------------------------
 protected:
 
-       IDequeType* m_ImagesDeque; //!<The manager of the ImagesDeque.
-       VTKImageDataPointerType m_UndoImage; //!< This is the image for undo t(m_CurrentImage - 1).
-       VTKImageDataPointerType m_CurrentImage; //!< This is the current image (The modification image).
+       IDequeType                                      *m_ImagesDeque;         //!<The manager of the ImagesDeque.
+       VTKImageDataPointerType         m_UndoImage;            //!< This is the image for undo t(m_CurrentImage - 1).
+       VTKImageDataPointerType         m_CurrentImage;         //!< This is the current image (The modification image).
 
 };