X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fcolor.hh;h=cbbff6468e95e7f75ab37d7de8d5b591306d322b;hb=2b2f81b93c89c2a2d6abc3b12dee66b8e2a0452d;hp=387c81bf109775625c514dba24279f26cfaa4f89;hpb=fa8cefef63feb1d559c40db3cf9407e5bd1ac4df;p=chaz%2Fopenbox 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