]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Feature.h
Salome HOME
Features and plugins loading mechanisms
[modules/shaper.git] / src / ModelAPI / ModelAPI_Feature.h
index ffa5448c4a899f614c2ca3cb28d863f503f7bcac..2c9339c7410305e9336e93fa85ae8442ff97c44c 100644 (file)
@@ -22,6 +22,7 @@ public:
   /// Returns the kind of a feature (like "Point")
   virtual std::string GetKind() = 0;
 
+protected:
   /// Use plugin manager for features creation: this method is 
   /// defined here only for SWIG-wrapping
   ModelAPI_Feature()