Index: src/libchcore/TPath.cpp =================================================================== diff -u -N -r73583f2ca01fa1b2eae49bbc63bce46b9ecff5db -r293e52b38d46653068006262172018a0f0d0a31c --- src/libchcore/TPath.cpp (.../TPath.cpp) (revision 73583f2ca01fa1b2eae49bbc63bce46b9ecff5db) +++ src/libchcore/TPath.cpp (.../TPath.cpp) (revision 293e52b38d46653068006262172018a0f0d0a31c) @@ -257,6 +257,12 @@ return Compare(rPath) == 0; } + +bool TSmartPath::operator!=(const TSmartPath& rPath) const +{ + return Compare(rPath) != 0; +} + // ============================================================================ /// TSmartPath::operator< /// @date 2009/11/29