From 86a2f7226f2f1139671d57f12392b7ff1c47d445 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 7 Mar 2005 19:10:42 +0000 Subject: [PATCH] Inform settings about wxWindow class existence. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/settings.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2