Skip to content

Commit

Permalink
Get rid of RootObject's destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Dec 6, 2013
1 parent b499b9a commit 9fa27bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/root/object.h
Expand Up @@ -29,7 +29,6 @@ class RootObject
{
public:
RootObject() { }
virtual ~RootObject() { }

virtual bool equals(RootObject *o);

Expand Down

0 comments on commit 9fa27bd

Please sign in to comment.