From dcb139ff26b3fc3b03852c95ae72c3fd7dc5153f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 25 Sep 2004 23:25:44 +0000 Subject: [PATCH] compilation fix for compilers not using PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/font.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/font.h b/include/wx/font.h index dd1665ab0a..dae2cc4f76 100644 --- a/include/wx/font.h +++ b/include/wx/font.h @@ -31,6 +31,7 @@ class WXDLLEXPORT wxFontData; class WXDLLEXPORT wxFontBase; class WXDLLEXPORT wxFont; +class WXDLLEXPORT wxSize; // ---------------------------------------------------------------------------- // font constants -- 2.50.0