]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Object.h
Salome HOME
import image: add texture to transformations
[modules/shaper.git] / src / ModelAPI / ModelAPI_Object.h
index a8b08adc6020fcb80fe61d24be15e6b42b935f85..92022cb2f1722eceb6c4f177392e7571e02a40a4 100644 (file)
@@ -106,7 +106,7 @@ class ModelAPI_Object: public ModelAPI_Entity
     return (textureFile != "");
   }
 
-  MODELAPI_EXPORT void setTextureFile(const std::string & theTextureFile)
+  MODELAPI_EXPORT virtual void setTextureFile(const std::string & theTextureFile)
   {
     textureFile = theTextureFile;
   }