projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Non-PCH build fix.
[wxWidgets.git]
/
include
/
wx
/
mac
/
carbon
/
drawer.h
diff --git
a/include/wx/mac/carbon/drawer.h
b/include/wx/mac/carbon/drawer.h
index 5103f73fce8a921f3641562b3e4876099ddc5b57..1bd500db33c17bab66ba130c1d4296d7362ee404 100644
(file)
--- a/
include/wx/mac/carbon/drawer.h
+++ b/
include/wx/mac/carbon/drawer.h
@@
-15,12
+15,14
@@
#ifndef _WX_DRAWERWINDOW_H_
#define _WX_DRAWERWINDOW_H_
#ifndef _WX_DRAWERWINDOW_H_
#define _WX_DRAWERWINDOW_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "drawer.h"
-#endif
-
#include "wx/toplevel.h"
#include "wx/toplevel.h"
+//
+// NB: This is currently a private undocumented class -
+// it is stable, but the API is not and will change in the
+// near future
+//
+
#if ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )
class WXDLLEXPORT wxDrawerWindow : public wxTopLevelWindow
#if ( MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_2 )
class WXDLLEXPORT wxDrawerWindow : public wxTopLevelWindow