fixing file paths after renaming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-06-11 19:30:52 +00:00
parent c8ef3d5565
commit 1f0c8f31f4
82 changed files with 111 additions and 111 deletions

View File

@@ -14,11 +14,11 @@
#include "wx/wxprec.h"
#include "wx/mac/private.h"
#include "wx/osx/private.h"
#if defined( __WXMAC__ )
#include "wx/mac/carbon/drawer.h"
#include "wx/osx/carbon/drawer.h"
IMPLEMENT_DYNAMIC_CLASS(wxDrawerWindow, wxWindow)