Skip to content

Commit

Permalink
Fixed: Missing virtual destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 21, 2012
1 parent e964627 commit 4b8b3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/engine/portable/include/propertyvalue.h
Expand Up @@ -30,6 +30,8 @@
class PropertyValue
{
public:
virtual ~PropertyValue() {}

virtual valuetype_t type() const = 0;
virtual char const* typeName() const = 0;

Expand Down

0 comments on commit 4b8b3f9

Please sign in to comment.