]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Correct compilation on Linux.
authornds <nds@opencascade.com>
Tue, 15 Dec 2015 09:58:09 +0000 (12:58 +0300)
committernds <nds@opencascade.com>
Tue, 15 Dec 2015 09:58:09 +0000 (12:58 +0300)
src/ModuleBase/ModuleBase_ModelWidget.h

index d84271454f638bb1c310d83e2ad700cc5739e449..f535b2fa7898d6d6eefc6be3b6e5086de9317579 100644 (file)
@@ -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