From: nds Date: Tue, 15 Dec 2015 09:58:09 +0000 (+0300) Subject: Correct compilation on Linux. X-Git-Tag: V_2.1.0~180 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de6d4f379c5a61a10ec35dcdfe729764d3ac5961;p=modules%2Fshaper.git Correct compilation on Linux. --- diff --git a/src/ModuleBase/ModuleBase_ModelWidget.h b/src/ModuleBase/ModuleBase_ModelWidget.h index d84271454..f535b2fa7 100644 --- a/src/ModuleBase/ModuleBase_ModelWidget.h +++ b/src/ModuleBase/ModuleBase_ModelWidget.h @@ -302,7 +302,7 @@ private: /// blocked flag of modification of the value state bool myIsValueStateBlocked; - friend ModuleBase_OperationFeature; // to call storeValue() by commit if value state is ModifiedInPP + friend class ModuleBase_OperationFeature; // to call storeValue() by commit if value state is ModifiedInPP }; #endif