Index: src/ch/FileInfo.h =================================================================== diff -u -N -r34a693d8a44eeb16c2c2d071a29678dcbd2febb1 -r7432c718864166ac332355d3c0d3a106a969ab1d --- src/ch/FileInfo.h (.../FileInfo.h) (revision 34a693d8a44eeb16c2c2d071a29678dcbd2febb1) +++ src/ch/FileInfo.h (.../FileInfo.h) (revision 7432c718864166ac332355d3c0d3a106a969ab1d) @@ -125,7 +125,6 @@ void Create(const WIN32_FIND_DATA* pwfd, LPCTSTR pszFilePath, int iSrcIndex); bool Create(CString strFilePath, int iSrcIndex); - DWORD GetLength(void) const { return (DWORD) m_uhFileSize; }; ULONGLONG GetLength64(void) const { return m_uhFileSize; }; void SetLength64(ULONGLONG uhSize) { m_uhFileSize=uhSize; }; @@ -180,6 +179,7 @@ // (re)/store data void Store(icpf::archive& ar); void Load(icpf::archive& ar); + private: CString m_strFilePath; // contains relative path (first path is in CClipboardArray) int m_iSrcIndex; // index in CClipboardArray table (which contains the first part of the path)