From: Włodzimierz Skiba Date: Mon, 7 Mar 2005 19:10:42 +0000 (+0000) Subject: Inform settings about wxWindow class existence. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/86a2f7226f2f1139671d57f12392b7ff1c47d445 Inform settings about wxWindow class existence. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/settings.h b/include/wx/settings.h index 4bd5573696..24cee957a2 100644 --- a/include/wx/settings.h +++ b/include/wx/settings.h @@ -15,6 +15,8 @@ #include "wx/colour.h" #include "wx/font.h" +class WXDLLEXPORT wxWindow; + // possible values for wxSystemSettings::GetFont() parameter // // NB: wxMSW assumes that they have the same values as the parameters of