Part: hiding tag handling functions as protected until a need for them is clear

This commit is contained in:
Abdullah Tahiri
2017-04-09 14:57:15 +02:00
committed by wmayer
parent 7e37d469da
commit f6126ba9c0

View File

@@ -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