]> git.saurik.com Git - wxWidgets.git/commitdiff
Reflect changes in stc.cpp in stc.cpp.in from which it's generated.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 17:00:04 +0000 (17:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 6 Aug 2013 17:00:04 +0000 (17:00 +0000)
This should have been part of r74596, see #15353.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/stc/stc.cpp.in

index 8cdb45ea25fdcf4ce3a1a3535dda37ac6b4e27a9..6b5e34d486c7d5efa95da8f09cd52473f118a8ba 100644 (file)
@@ -49,7 +49,7 @@
 #if wxUSE_FFILE
     #include "wx/ffile.h"
 #elif wxUSE_FILE
-    #include "wx/ffile.h"
+    #include "wx/file.h"
 #endif
 
 #ifdef __WXGTK__