Index: src/ch/CustomCopyDlg.h =================================================================== diff -u -N -rbd08c279240bac9e7902f8da6a9251e0252ec324 -r9ea1e103b5fa4ddfebf8028f121ce16e917eec04 --- src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision bd08c279240bac9e7902f8da6a9251e0252ec324) +++ src/ch/CustomCopyDlg.h (.../CustomCopyDlg.h) (revision 9ea1e103b5fa4ddfebf8028f121ce16e917eec04) @@ -21,7 +21,6 @@ #include "DataBuffer.h" #include "FileFilter.h" -#include "charvect.h" ///////////////////////////////////////////////////////////////////////////// // CCustomCopyDlg dialog @@ -38,7 +37,7 @@ { CStringArray m_astrPaths; // source paths to copy/move CString m_strDestPath; // currently selected destination path - char_vector m_vRecent; // recently selected paths + std::vector m_vRecent; // recently selected paths int m_iOperation; // copy || move int m_iPriority; // operation priority BUFFERSIZES m_bsSizes; // buffer sizes selected for this task