diff --git a/src/unix/dlunix.cpp b/src/unix/dlunix.cpp index fcad9a5671..b8d5c1ff93 100644 --- a/src/unix/dlunix.cpp +++ b/src/unix/dlunix.cpp @@ -325,7 +325,7 @@ wxDynamicLibraryDetailsArray wxDynamicLibrary::ListLoaded() #ifdef __LINUX__ // examine /proc/self/maps to find out what is loaded in our address space - wxFFile file("/proc/self/maps"); + wxFFile file(_T("/proc/self/maps")); if ( file.IsOpened() ) { // details of the module currently being parsed