Salome HOME
Eliminate some Visual Studio warnings
[modules/shaper.git] / src / ParametersPlugin / ParametersPlugin_Plugin.h
index d4d35283fe705245ca095c054f700fcef2959978..280f00903ee9f38e2e46974f3a4f72abd53e73f9 100644 (file)
 /**\class ParametersPlugin_Plugin
  * TODO: Add documentation
  */
-class PARAMETERSPLUGIN_EXPORT ParametersPlugin_Plugin : public ModelAPI_Plugin
+class ParametersPlugin_Plugin : public ModelAPI_Plugin
 {
  public:
   /// Creates the feature object of this plugin by the feature string ID
-  virtual FeaturePtr createFeature(std::string theFeatureID);
+  PARAMETERSPLUGIN_EXPORT virtual FeaturePtr createFeature(std::string theFeatureID);
 
  public:
   ParametersPlugin_Plugin();