From: sbh Date: Tue, 28 Oct 2014 08:22:30 +0000 (+0300) Subject: Issue #177 Display Import feartures in the history X-Git-Tag: V_0.5~69^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c272072e571e77bae38762fd9c977be929280df9;p=modules%2Fshaper.git Issue #177 Display Import feartures in the history --- diff --git a/src/ExchangePlugin/ExchangePlugin_ImportFeature.h b/src/ExchangePlugin/ExchangePlugin_ImportFeature.h index 3745d1660..f57478072 100644 --- a/src/ExchangePlugin/ExchangePlugin_ImportFeature.h +++ b/src/ExchangePlugin/ExchangePlugin_ImportFeature.h @@ -57,7 +57,7 @@ class ExchangePlugin_ImportFeature : public ModelAPI_Feature EXCHANGEPLUGIN_EXPORT virtual bool isInHistory() { - return false; + return true; } protected: