Salome HOME
Example "PythonFeatures" plugin removed
[modules/shaper.git] / src / ModelAPI / ModelAPI_Plugin.h
index 0e910ae1f4cc9d2f829a9867d5bb67b51e98b738..b23bf3f1244d42e7def9a94af7afd743a97e4d9c 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        ModelAPI_Plugin.hxx
 // Created:     31 Mar 2014
 // Author:      Mikhail PONIKAROV
@@ -26,13 +28,6 @@ class MODELAPI_EXPORT ModelAPI_Plugin
   virtual ~ModelAPI_Plugin()
   {
   }
-
- protected:
-  /// Is needed for python wrapping by swig
-  ModelAPI_Plugin()
-  {
-  }
-  ;
 };
 
 #endif