summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-17 16:49:05 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-17 16:49:05 +0100
commit86ccabf14528318c640d211e79f441ca2dcdf14d (patch)
tree8a73ba046561c0ec255e0eef8fb74ac2fcbfea8f
parent8ebe2f42e72da392fd2b056d9d1c72ff63ed174f (diff)
Missing virtual destructor.
-rw-r--r--src/lib/colour_conversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/colour_conversion.h b/src/lib/colour_conversion.h
index 13a7046a9..90405f282 100644
--- a/src/lib/colour_conversion.h
+++ b/src/lib/colour_conversion.h
@@ -39,6 +39,7 @@ public:
ColourConversion ();
ColourConversion (dcp::ColourConversion);
ColourConversion (cxml::NodePtr, int version);
+ virtual ~ColourConversion () {}
virtual void as_xml (xmlpp::Node *) const;
std::string identifier () const;