From f6126ba9c02e24a4b6ce42cb06cd9416c2f5c0f8 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sun, 9 Apr 2017 14:57:15 +0200 Subject: [PATCH] Part: hiding tag handling functions as protected until a need for them is clear --- src/Mod/Part/App/Geometry.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Part/App/Geometry.h b/src/Mod/Part/App/Geometry.h index b31b4dcd0b..54c40683a3 100644 --- a/src/Mod/Part/App/Geometry.h +++ b/src/Mod/Part/App/Geometry.h @@ -93,6 +93,7 @@ public: bool Construction; /// returns the tag of the geometry object boost::uuids::uuid getTag() const; +protected: /// create a new tag for the geometry object void createNewTag(); /// copies the tag from the geometry passed as a parameter to this object