diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-17 16:49:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-17 16:49:05 +0100 |
| commit | 86ccabf14528318c640d211e79f441ca2dcdf14d (patch) | |
| tree | 8a73ba046561c0ec255e0eef8fb74ac2fcbfea8f /src | |
| parent | 8ebe2f42e72da392fd2b056d9d1c72ff63ed174f (diff) | |
Missing virtual destructor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/colour_conversion.h | 1 |
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; |
