summaryrefslogtreecommitdiff
path: root/src/lib/colour_conversion.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-15 16:35:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-15 16:35:32 +0100
commitfcfaa5e1de1e166508793d71ed53edcb145656da (patch)
treeaaab01d73473d5021228b3d6b029f5b1c3c521af /src/lib/colour_conversion.h
parent32bd6c0c623b8e19470955705c2da795a95ab476 (diff)
00cc8646894f6519d1e2726f3e7a4fbc1e11d8f3 from master; make the config dialog update itself when the configuration changes, and add a menu option to restore the default configuration.
Diffstat (limited to 'src/lib/colour_conversion.h')
-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 47e6d2b6f..9f07e0956 100644
--- a/src/lib/colour_conversion.h
+++ b/src/lib/colour_conversion.h
@@ -63,5 +63,6 @@ public:
bool operator== (ColourConversion const &, ColourConversion const &);
bool operator!= (ColourConversion const &, ColourConversion const &);
+bool operator== (PresetColourConversion const &, PresetColourConversion const &);
#endif