Fix the fix that turned a warning into a bug :-(
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
{ return T::count(_ptr); }
|
||||
|
||||
bool valid(void) const
|
||||
{ return _ptr != NULL; }
|
||||
{ return _ptr != (T*)0; }
|
||||
|
||||
void clear()
|
||||
{ put(); }
|
||||
|
||||
Reference in New Issue
Block a user