summaryrefslogtreecommitdiff
path: root/otk/texture.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-24 21:27:16 +0000
committerDana Jansens <danakj@orodu.net>2002-12-24 21:27:16 +0000
commit5869cc29ef15181427e65079d9a52c5d21190206 (patch)
tree383c3373beab350f66cb4fa64dcc6aac262cbd3b /otk/texture.hh
parent2e273ae3ac020cc6a43c37942089b3eb7d214102 (diff)
wrap otk with swig/python
Diffstat (limited to 'otk/texture.hh')
-rw-r--r--otk/texture.hh2
1 files changed, 2 insertions, 0 deletions
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); }