Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
53fec1af
Commit
53fec1af
authored
Oct 22, 2012
by
Peter Eastman
Browse files
SerializationProxy was missing a virtual destructor
parent
6d82a920
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
serialization/include/openmm/serialization/SerializationProxy.h
...ization/include/openmm/serialization/SerializationProxy.h
+2
-0
No files found.
serialization/include/openmm/serialization/SerializationProxy.h
View file @
53fec1af
...
@@ -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.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment