From 87044fe56ddcd6db67ed0fb0dc48fe3fe76a2bf2 Mon Sep 17 00:00:00 2001 From: vsv Date: Tue, 19 May 2015 12:48:56 +0300 Subject: [PATCH] Correction of compilation error --- src/ExchangePlugin/ExchangePlugin_ExportFeature.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2