X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftexture.hh;h=f487f449216cad3f582b278839538b5a47c53bf3;hb=5a139f7263e33b499836f5df9ac37400e02c32f9;hp=d887a33783ef66dc38f9ce74893e15ad1e8a135b;hpb=fa8cefef63feb1d559c40db3cf9407e5bd1ac4df;p=chaz%2Fopenbox diff --git a/otk/texture.hh b/otk/texture.hh index d887a337..f487f449 100644 --- a/otk/texture.hh +++ b/otk/texture.hh @@ -63,7 +63,9 @@ public: void setTexture(const unsigned long _texture) { t = _texture; } void addTexture(const unsigned long _texture) { t |= _texture; } +#ifndef SWIG BTexture &operator=(const BTexture &tt); +#endif inline bool operator==(const BTexture &tt) { return (c == tt.c && ct == tt.ct && lc == tt.lc && sc == tt.sc && t == tt.t); }