From f515e83d41d8c286f0c3d43a3b32cb40f60c6667 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 17 Mar 2017 10:29:51 +0300 Subject: [PATCH] Fix for the Linux compilation. --- src/Model/Model_Document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2