summaryrefslogtreecommitdiff
path: root/otk/color.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/color.hh')
-rw-r--r--otk/color.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/otk/color.hh b/otk/color.hh
index 387c81bf..cbbff646 100644
--- a/otk/color.hh
+++ b/otk/color.hh
@@ -40,7 +40,9 @@ public:
unsigned long pixel(void) const;
// operators
+#ifndef SWIG
BColor &operator=(const BColor &c);
+#endif
inline bool operator==(const BColor &c) const
{ return (r == c.r && b == c.b && b == c.b); }
inline bool operator!=(const BColor &c) const