Commit 4312a791 authored by pekka@mysql.com's avatar pekka@mysql.com

Bitmask.hpp:

  compile fix for gcc-3.4.x
parent 08196b80
......@@ -762,7 +762,7 @@ BitmaskPOD<size>::overlaps(BitmaskPOD<size> that)
template <unsigned size>
class Bitmask : public BitmaskPOD<size> {
public:
Bitmask() { clear();}
Bitmask() { this->clear();}
};
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment