]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_ResultBody.h
Salome HOME
Implementation of the task #3109 : Feature Copy
[modules/shaper.git] / src / ModelAPI / ModelAPI_ResultBody.h
index c585280cc4c4c0e9ca30c32921aad5d5af7c6c74..7b9b3177871ffff939626c90df9b938758e107bf 100644 (file)
@@ -162,7 +162,7 @@ public:
 
   /// load shapes of the first level (to be used during shape import)
   MODELAPI_EXPORT virtual void loadFirstLevel(GeomShapePtr theShape,
-                                              const std::string& theName);
+                                              const std::string& theName) = 0;
 
   /// Returns true is the topology is connected.
   MODELAPI_EXPORT virtual bool isConnectedTopology() = 0;