|
|
@@ -232,7 +232,7 @@ PUBLISHED:
|
|
|
INLINE bool operator != (const std::string &other) const;
|
|
|
INLINE bool operator < (const std::string &other) const;
|
|
|
INLINE int compare_to(const Filename &other) const;
|
|
|
- INLINE bool __nonzero__() const;
|
|
|
+ INLINE bool __bool__() const;
|
|
|
int get_hash() const;
|
|
|
|
|
|
INLINE void output(std::ostream &out) const;
|