]> Dogcows Code - chaz/openbox/blobdiff - otk/texture.hh
add the swig generated files
[chaz/openbox] / otk / texture.hh
index d887a33783ef66dc38f9ce74893e15ad1e8a135b..f487f449216cad3f582b278839538b5a47c53bf3 100644 (file)
@@ -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); }
This page took 0.023956 seconds and 4 git commands to generate.