From: mpv Date: Fri, 17 Mar 2017 07:29:51 +0000 (+0300) Subject: Fix for the Linux compilation. X-Git-Tag: V_2.7.0~219 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f515e83d41d8c286f0c3d43a3b32cb40f60c6667;p=modules%2Fshaper.git Fix for the Linux compilation. --- diff --git a/src/Model/Model_Document.h b/src/Model/Model_Document.h index 33a3a736b..639d84b0b 100644 --- a/src/Model/Model_Document.h +++ b/src/Model/Model_Document.h @@ -289,7 +289,7 @@ class Model_Document : public ModelAPI_Document virtual void restoreNodesState(std::list& theStates) const; /// Label that constains structures for selection of constructions of another document - TDF_Label Model_Document::extConstructionsLabel() const; + TDF_Label extConstructionsLabel() const; friend class Model_Application; friend class Model_Session;