summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/rgbcolor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/rgbcolor.hxx')
-rw-r--r--slideshow/source/inc/rgbcolor.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/inc/rgbcolor.hxx b/slideshow/source/inc/rgbcolor.hxx
index 1ea168ee80c3..73f14558b494 100644
--- a/slideshow/source/inc/rgbcolor.hxx
+++ b/slideshow/source/inc/rgbcolor.hxx
@@ -90,6 +90,9 @@ namespace slideshow
*/
::cppcanvas::Color::IntSRGBA getIntegerColor() const;
+ RGBColor(const RGBColor& rLHS);
+ RGBColor& operator=( const RGBColor& rLHS);
+
struct RGBTriple
{
RGBTriple();