Salome HOME
Fix for the bug #45: check and warning when the same image is used in 2 arguments.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Zone.cxx
index 26aa2f08878e24ebc3d2992d8233402d8533ce05..189394cf0c9afb124951837f9322ffc0e9bd625f 100644 (file)
@@ -202,7 +202,7 @@ QColor HYDROGUI_Zone::color( const ColorRole theColorRole, const int theColumnId
   }
   if ( !aRes.isValid() )
   {
-    aRes = LightApp_DataObject::color( theColorRole, theColumnId );
+    aRes = HYDROGUI_DataObject::color( theColorRole, theColumnId );
   }
   return aRes;
 }