diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-29 00:37:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-29 00:37:06 +0000 |
| commit | f213fd833a840fc97e3875979ae7dc7cbbc883b1 (patch) | |
| tree | bf585e448f263668ebaf39d37a8b90757c1dea91 /src/lib/colour_conversion.h | |
| parent | c58b1a4a478201b76a4f8491fa075cbe476af484 (diff) | |
Move Socket to dcpomatic_socket.{cc,h}.
Diffstat (limited to 'src/lib/colour_conversion.h')
| -rw-r--r-- | src/lib/colour_conversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/colour_conversion.h b/src/lib/colour_conversion.h index ae207b46a..47e6d2b6f 100644 --- a/src/lib/colour_conversion.h +++ b/src/lib/colour_conversion.h @@ -57,8 +57,8 @@ public: void as_xml (xmlpp::Node *) const; - std::string name; ColourConversion conversion; + std::string name; }; bool operator== (ColourConversion const &, ColourConversion const &); |
