Index: src/ch/FileInfo.h =================================================================== diff -u -N -r012e8c96dde85616cf4ecbd594afa91517d81a0d -rb0825410932da4f8c51bf3173aceb7ea758ef544 --- src/ch/FileInfo.h (.../FileInfo.h) (revision 012e8c96dde85616cf4ecbd594afa91517d81a0d) +++ src/ch/FileInfo.h (.../FileInfo.h) (revision b0825410932da4f8c51bf3173aceb7ea758ef544) @@ -46,7 +46,7 @@ const CString& GetPath() const { return m_strPath; } CString GetFileName() const; - //void SetMove(bool bValue) { m_bMove=bValue; } + void SetMove(bool bValue) { m_bMove=bValue; } bool GetMove() { return m_bMove; } int GetDriveNumber();