Commit 53fec1af authored by Peter Eastman's avatar Peter Eastman
Browse files

SerializationProxy was missing a virtual destructor

parent 6d82a920
...@@ -62,6 +62,8 @@ public: ...@@ -62,6 +62,8 @@ public:
* name, although that is not a requirement. * name, although that is not a requirement.
*/ */
SerializationProxy(const std::string& typeName); SerializationProxy(const std::string& typeName);
virtual ~SerializationProxy() {
}
/** /**
* Get the name of the object type this proxy manipulates, as passed to the constructor. * Get the name of the object type this proxy manipulates, as passed to the constructor.
*/ */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment