diff options
Diffstat (limited to 'include/gras/element.hpp')
-rw-r--r-- | include/gras/element.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gras/element.hpp b/include/gras/element.hpp index 633ab84..0bebc14 100644 --- a/include/gras/element.hpp +++ b/include/gras/element.hpp @@ -23,13 +23,14 @@ struct Block; struct GRAS_API Element : ElementBase, boost::enable_shared_from_this<Element> { - //! Create an empty element Element(void); //! Creates a new element given the name Element(const std::string &name); + /*virtual*/ ~Element(void); + /******************************************************************* * identification interface ******************************************************************/ |