Salome HOME
Python API and example plugin are corrected to perform basic actions without crashes
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_Plugin.h
index 5cb5f20f0ac5793fea1fb08f9703f4f2f70d4fe9..d614028f1296f5b8ea3eca822af3fea11dbcc8a1 100644 (file)
@@ -16,7 +16,6 @@ class EXCHANGEPLUGIN_EXPORT ExchangePlugin_Plugin : public ModelAPI_Plugin
   virtual FeaturePtr createFeature(std::string theFeatureID);
 
  public:
-  /// Is needed for python wrapping by swig
   ExchangePlugin_Plugin();
 };