Index: src/ch/FileInfo.h
===================================================================
diff -u -N -rb13e3052f13b2f0a8c53c37a7b9246418b88bebd -r22573f5fa8bfbf68a19deb7631962e026f028045
--- src/ch/FileInfo.h	(.../FileInfo.h)	(revision b13e3052f13b2f0a8c53c37a7b9246418b88bebd)
+++ src/ch/FileInfo.h	(.../FileInfo.h)	(revision 22573f5fa8bfbf68a19deb7631962e026f028045)
@@ -45,6 +45,7 @@
 	void SetPath(const CString& strPath);
 	void CalcBufferIndex(const CDestPath& dpDestPath);
 	const CString& GetPath() const { return m_strPath; }
+	CString GetFileName() const;
 
 	void SetMove(bool bValue) { m_bMove=bValue; }
 	bool GetMove() { return m_bMove; }