From 9017a25af6cd013970f67321f41c1cd32e178204 Mon Sep 17 00:00:00 2001 From: mpv Date: Tue, 17 Sep 2019 13:28:25 +0300 Subject: [PATCH] Fix the linux compilation problem --- src/Model/Model_AttributeSelection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Model_AttributeSelection.h b/src/Model/Model_AttributeSelection.h index ce9872768..0e4c0f202 100644 --- a/src/Model/Model_AttributeSelection.h +++ b/src/Model/Model_AttributeSelection.h @@ -203,7 +203,7 @@ protected: TDF_Label baseDocumentLab(); /// Returns features that conceals theFeature and located in history before theStop - void Model_AttributeSelection::concealedFeature( + void concealedFeature( const FeaturePtr theFeature, const FeaturePtr theStop, std::list& theConcealers); friend class Model_Data; -- 2.39.2