Index: src/libchcore/TLocalFilesystemFind.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -r4fe995b304ea342b50293f92d3c1992b43b820f7 --- src/libchcore/TLocalFilesystemFind.h (.../TLocalFilesystemFind.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TLocalFilesystemFind.h (.../TLocalFilesystemFind.h) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) @@ -37,6 +37,8 @@ private: TLocalFilesystemFind(const TSmartPath& pathDir, const TSmartPath& pathMask); + void InternalClose(); + private: TSmartPath m_pathDir; TSmartPath m_pathMask;