Index: src/ch/DirectoryChooser.h =================================================================== diff -u -N -rb26ced3298e3e7e51d91f3ac70b56746786da83b -r0d5b67ee96b435d63f7bf075dc8e28603793b187 --- src/ch/DirectoryChooser.h (.../DirectoryChooser.h) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) +++ src/ch/DirectoryChooser.h (.../DirectoryChooser.h) (revision 0d5b67ee96b435d63f7bf075dc8e28603793b187) @@ -19,12 +19,17 @@ #ifndef __DIRECTORYCHOOSER_H__ #define __DIRECTORYCHOOSER_H__ -#include "../libchcore/EOperationTypes.h" +#include "../libchengine/EOperationTypes.h" +namespace chcore +{ + class TPathContainer; + class TSmartPath; +} + namespace DirectoryChooser { - INT_PTR ChooseDirectory(chcore::EOperationType eOperation, const chcore::TPathContainer& rInputPaths, chcore::TSmartPath& rSelectedPath); + INT_PTR ChooseDirectory(chengine::EOperationType eOperation, const chcore::TPathContainer& rInputPaths, chcore::TSmartPath& rSelectedPath); } - #endif