From 3dd514f16735930b0572c774671ca199b861c8c5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Sep 2003 12:36:30 +0000 Subject: [PATCH] compilation fix for Mac (patch 813378) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/display.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/display.h b/include/wx/display.h index a9eeb86607..11c4bd0117 100644 --- a/include/wx/display.h +++ b/include/wx/display.h @@ -21,6 +21,9 @@ #include "wx/dynarray.h" class WXDLLEXPORT wxWindow; +class WXDLLEXPORT wxPoint; +class WXDLLEXPORT wxRect; +class WXDLLEXPORT wxString; // ---------------------------------------------------------------------------- // wxVideoMode: contains video mode parameters for a display