From 7703c713e0f396462e70fe99a8fcc9f28ac11485 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 4 Jun 2015 15:49:00 +0300 Subject: [PATCH] Compilation issue fix --- src/Model/Model_Document.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Model_Document.cpp b/src/Model/Model_Document.cpp index e032dbc69..c2e4c355f 100644 --- a/src/Model/Model_Document.cpp +++ b/src/Model/Model_Document.cpp @@ -828,7 +828,7 @@ ResultPtr Model_Document::findByName(const std::string theName) return myObjs->findByName(theName); } -std::list > allFeatures() +std::list > Model_Document::allFeatures() { return myObjs->allFeatures(); } -- 2.39.2