Fix the fix that turned a warning into a bug :-(

This commit is contained in:
Torsten Dreyer
2010-08-12 12:16:48 +02:00
parent 1f6555c9ad
commit 49887ff06e

View File

@@ -88,7 +88,7 @@ public:
{ return T::count(_ptr); }
bool valid(void) const
{ return _ptr != NULL; }
{ return _ptr != (T*)0; }
void clear()
{ put(); }