Index: src/ch/FileEx.h =================================================================== diff -u -N -r3493e9fc470285b0a0b417d50be281467a071eb7 -r66e9ad9a512cec46d691cb1ba012424dc7ac8897 --- src/ch/FileEx.h (.../FileEx.h) (revision 3493e9fc470285b0a0b417d50be281467a071eb7) +++ src/ch/FileEx.h (.../FileEx.h) (revision 66e9ad9a512cec46d691cb1ba012424dc7ac8897) @@ -83,7 +83,7 @@ size_t tIndex=CExceptionEx::RegisterInfo(pInfo); // function has to register the info to be displayed (called from within GetInfo) - RegisterProp(pInfo+tIndex+0, _T("Filename"), PropType::dtPtrToString, &m_pszFilename); + RegisterProp(pInfo+tIndex+0, _T("Filename"), dtPtrToString, &m_pszFilename); return 1; };