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/texture.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otk/texture.hh') 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); } -- cgit v1.2.3