diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-12 22:51:32 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-12 22:51:32 +0100 |
commit | f72037ae913e2cb780b1f4bb15dcc00a91f80eee (patch) | |
tree | 2dcf1cf7f7031305f17d6dccb905c1f0d4e84517 /src/core/model/Document.hpp | |
parent | fa387f9bef0d1a70a4b40c28c5cf9d661c421f73 (diff) |
Removed not needed destructor
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r-- | src/core/model/Document.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index d22196a..2821e8c 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -179,8 +179,6 @@ public: } } - virtual ~DocumentEntity(){}; - /** * Returns the Descriptor for this DocumentEntity. * |