]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseWidget.h
...
[cpPlugins.git] / lib / cpPlugins / BaseWidget.h
index 3dddc59c86e1c39ac16fe7dece2cca9cf8156223..0d679c0cda296868307aae120261fc4794f97821 100644 (file)
@@ -39,10 +39,10 @@ namespace cpPlugins
     void SetMPRViewer( TMPRWidget* v );
     void SetSingleInteractor( vtkRenderWindowInteractor* i );
 
-    virtual bool IsInteractive( ) override;
+    virtual bool IsInteractive( ) ITK_OVERRIDE;
     virtual void SetInteractionObjects(
       const std::vector< void* >& objs
-      ) override;
+      ) ITK_OVERRIDE;
 
   protected:
     BaseWidget( );