Index: src/ch/FolderDialog.h =================================================================== diff -u -N -r8068e0c351055554340ac9755d1bc846893bf2b8 -r3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4 --- src/ch/FolderDialog.h (.../FolderDialog.h) (revision 8068e0c351055554340ac9755d1bc846893bf2b8) +++ src/ch/FolderDialog.h (.../FolderDialog.h) (revision 3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4) @@ -35,6 +35,7 @@ #include "DirTreeCtrl.h" #include "ThemedButton.h" #include "../libictranslate/LanguageDialog.h" +#include "../libchcore/TLocalFilesystem.h" ///////////////////////////////////////////////////////////////////////////// // CFolderDialog dialog @@ -143,9 +144,9 @@ afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI); //}}AFX_MSG DECLARE_MESSAGE_MAP() + +private: + chcore::TLocalFilesystem m_fsLocal; }; -//{{AFX_INSERT_LOCATION}} -// Microsoft Visual C++ will insert additional declarations immediately before the previous line. - #endif