From 6a8b0d458663e48152afcf6576a057f5b8ab8be3 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Sat, 2 Oct 2004 19:19:55 +0000 Subject: [PATCH] warning for 2.5.3 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/drawer.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/wx/mac/carbon/drawer.h b/include/wx/mac/carbon/drawer.h index 5103f73fce..cd414eb5e3 100644 --- a/include/wx/mac/carbon/drawer.h +++ b/include/wx/mac/carbon/drawer.h @@ -21,6 +21,12 @@ #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 -- 2.45.2