]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Object.h
...
[cpPlugins.git] / lib / cpPlugins / Interface / Object.h
index 0adfa8e9ab62a323ffd148eac2ef1e52f9c6060e..92de13cb646f4823107a073628e5558dc3e5c065 100644 (file)
@@ -41,7 +41,7 @@ namespace cpPlugins
 
     public:
       virtual void Modified( ) const;
-      float SetViewCoords( float x, float y );
+      void SetViewCoords( float x, float y );
 
       template< class T >
         inline T* GetITK( );