Index: src/libchcore/TPath.h =================================================================== diff -u -N -r73583f2ca01fa1b2eae49bbc63bce46b9ecff5db -r293e52b38d46653068006262172018a0f0d0a31c --- src/libchcore/TPath.h (.../TPath.h) (revision 73583f2ca01fa1b2eae49bbc63bce46b9ecff5db) +++ src/libchcore/TPath.h (.../TPath.h) (revision 293e52b38d46653068006262172018a0f0d0a31c) @@ -72,6 +72,7 @@ TSmartPath& operator=(const TSmartPath& spPath); bool operator==(const TSmartPath& rPath) const; + bool operator!=(const TSmartPath& rPath) const; bool operator<(const TSmartPath& rPath) const; bool operator>(const TSmartPath& rPath) const;