From f29fe86a76eeb60f428c620e3d5e60ffd50c6917 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Sep 2008 18:38:38 +0000 Subject: [PATCH] oops, fixed Mac header name incorrectly copied from trunk git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/auibar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aui/auibar.cpp b/src/aui/auibar.cpp index 554a34eef3..af8288828e 100644 --- a/src/aui/auibar.cpp +++ b/src/aui/auibar.cpp @@ -37,7 +37,7 @@ #include "wx/aui/framemanager.h" #ifdef __WXMAC__ -#include "wx/osx/private.h" +#include "wx/mac/carbon/private.h" // for themeing support #include #endif