From 5869cc29ef15181427e65079d9a52c5d21190206 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 24 Dec 2002 21:27:16 +0000 Subject: wrap otk with swig/python --- otk/color.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/color.hh') 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 -- cgit v1.2.3