]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixes
authorJulian Smart <julian@anthemion.co.uk>
Wed, 13 Feb 2002 17:23:13 +0000 (17:23 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 13 Feb 2002 17:23:13 +0000 (17:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/x11/private.h
include/wx/x11/privx.h

index 556535f0a960be736e023ebc745ba6582b03f466..ed33270f6cd6f65c0382b1cbacc27fa844f86628 100644 (file)
@@ -19,7 +19,7 @@
 #include "X11/Xutil.h"
 
 // Include common declarations
-#include "x11/privx.h"
+#include "wx/x11/privx.h"
 
 class wxMouseEvent;
 class wxKeyEvent;
index d66501f987f85a9443f65c07db41703f69052899..36f597fd9dc1227e4653543259a595fa6df8ebc3 100644 (file)
@@ -9,8 +9,8 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifndef _WX_PRIVATE_H_
-#define _WX_PRIVATE_H_
+#ifndef _WX_PRIVX_H_
+#define _WX_PRIVX_H_
 
 #include "wx/defs.h"
 #include "wx/utils.h"
@@ -70,4 +70,4 @@ void wxAllocNearestColor(Display *display,Colormap colormap,XColor *xcolor);
 void wxAllocColor(Display *display,Colormap colormap,XColor *xcolor);
 
 #endif
-// _WX_PRIVATE_H_
+// _WX_PRIVX_H_