diff options
Diffstat (limited to 'include/gras/element.hpp')
-rw-r--r-- | include/gras/element.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gras/element.hpp b/include/gras/element.hpp index 98286e2..78af403 100644 --- a/include/gras/element.hpp +++ b/include/gras/element.hpp @@ -49,7 +49,7 @@ struct GRAS_API Element : ElementBase template <typename T> Element(const boost::shared_ptr<T> &elem); - /*virtual*/ ~Element(void); + virtual ~Element(void); //! Convert this object to the element base class const Element &to_element(void) const; |