From: vsv Date: Tue, 19 May 2015 09:48:56 +0000 (+0300) Subject: Correction of compilation error X-Git-Tag: V_1.2.0~144 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=87044fe56ddcd6db67ed0fb0dc48fe3fe76a2bf2;p=modules%2Fshaper.git Correction of compilation error --- diff --git a/src/ExchangePlugin/ExchangePlugin_ExportFeature.h b/src/ExchangePlugin/ExchangePlugin_ExportFeature.h index 6613f9609..774cbadd9 100644 --- a/src/ExchangePlugin/ExchangePlugin_ExportFeature.h +++ b/src/ExchangePlugin/ExchangePlugin_ExportFeature.h @@ -57,8 +57,9 @@ public: /// 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