X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3231f0aaf369e384d41b2e5890b75a3e26f3fea..d109c5849ed117966311a44875c97ae3d77b44e5:/src/mac/carbon/drawer.cpp

diff --git a/src/mac/carbon/drawer.cpp b/src/mac/carbon/drawer.cpp
index 67f43412ac..0e77b28702 100644
--- a/src/mac/carbon/drawer.cpp
+++ b/src/mac/carbon/drawer.cpp
@@ -4,8 +4,8 @@
 //              Drawer windows appear under their parent window and
 //              behave like a drawer, opening and closing to reveal
 //              content that does not need to be visible at all times.
-// Author:      Jason Bagley & Ryan Norton 
-// Modified by: 
+// Author:      Jason Bagley 
+// Modified by: Ryan Norton (To make it work :), plus bug fixes)
 // Created:     2004-30-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Jason Bagley; Art & Logic, Inc.
@@ -17,15 +17,15 @@
 #endif
 
 #include "wx/defs.h"
-
-#include "wx/mac/carbon/drawer.h"
 #include "wx/mac/private.h"
 
 #if defined( __WXMAC__ ) && TARGET_API_MAC_OSX && ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )
 
+#include "wx/mac/carbon/drawer.h"
+
 IMPLEMENT_DYNAMIC_CLASS(wxDrawerWindow, wxWindow)
 
-// Use consants for now.
+// Use constants for now.
 // These can be made into member variables and set dynamically.
 const int kLeadingOffset = 20;
 const int kTrailingOffset = 20;