]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed include guard after renaming the file
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Oct 2004 23:28:41 +0000 (23:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 18 Oct 2004 23:28:41 +0000 (23:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/stdpaths.h

index 5940fab64fc23ce6663efc4488d5f028058ddb36..18b5d2a52906f89354c8d92b3dc9495a9369b7e0 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_FILELOC_H_
-#define _WX_FILELOC_H_
+#ifndef _WX_STDPATHS_H_
+#define _WX_STDPATHS_H_
 
 // ----------------------------------------------------------------------------
 // wxStandardPaths returns the standard locations in the file system
@@ -81,5 +81,5 @@ public:
     static wxString GetPluginsDir();
 };
 
-#endif // _WX_FILELOC_H_
+#endif // _WX_STDPATHS_H_