diff --git a/src/SceneGraph/AbstractObject.h b/src/SceneGraph/AbstractObject.h index 0c5398707..fc8cfcf93 100644 --- a/src/SceneGraph/AbstractObject.h +++ b/src/SceneGraph/AbstractObject.h @@ -73,6 +73,8 @@ template class MAGNUM_SCENEGRAPH_EXPORT Abstrac /** @brief Feature object type */ typedef AbstractFeature FeatureType; + /* This isn't protected because having virtual destructor here is + better than having it duplicated in all Object specializations */ explicit AbstractObject(); virtual ~AbstractObject();