Salome HOME
Fix for the issue #593: do not remove naming attribute, but use TNaming_Builder for...
[modules/shaper.git] / src / ExchangePlugin / ExchangePlugin_ExportFeature.h
index fb45a27fc92f08420cc4633fa47a401ad8fa925f..774cbadd9c8a3618a004e91d1f1e3b5f773a2f13 100644 (file)
@@ -17,7 +17,7 @@
  */
 class ExchangePlugin_ExportFeature : public ModelAPI_Feature
 {
- public:
+public:
   inline static const std::string& ID()
   {
     static const std::string MY_EXPORT_ID("Export");
@@ -57,8 +57,9 @@ class ExchangePlugin_ExportFeature : public ModelAPI_Feature
 
   /// Reimplemented from ModelAPI_Feature::isMacro(). Returns true.
   EXCHANGEPLUGIN_EXPORT virtual bool isMacro() const { return true; }
+
   /// Reimplemented from ModelAPI_Feature::isPreviewNeeded(). Returns false.
-  MODELAPI_EXPORT virtual bool isPreviewNeeded() const { return false; }
+  EXCHANGEPLUGIN_EXPORT virtual bool isPreviewNeeded() const { return false; }
 
 protected:
   /// Performs the export of the file