]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode compilation fix (patch 1104406)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Jan 2005 13:00:57 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Jan 2005 13:00:57 +0000 (13:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/dlunix.cpp

index fcad9a56713502ee2f1d59e3ce319271d3d65702..b8d5c1ff93a9bd4bf392fb4312801bcae2d697d6 100644 (file)
@@ -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