]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/QT/ImageWidget.h
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpExtensions / QT / ImageWidget.h
index 9932bda273b643bdcf4f975eea8f2af48759cefd..18073d6aa6327bdf26bcc84ff87987bb9758f42d 100644 (file)
@@ -51,8 +51,8 @@ namespace cpExtensions
       TWLActor* GetImageActor( );
       const TWLActor* GetImageActor( ) const;
 
-      void SetColor( const std::string& name, double r, double g, double b );
-      void SetLineWidth( const std::string& name, double w );
+      void SetColor( const std::string& name, double r, double g, double b ) override;
+      void SetLineWidth( const std::string& name, double w ) override;
 
     protected:
       std::string m_ImageName;