From: Stefan Csomor Date: Fri, 5 Sep 2008 18:03:42 +0000 (+0000) Subject: forward define for non precomp build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/21a9d32634122d1f27dfadb764d9062188f5079b forward define for non precomp build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/core/private.h b/include/wx/osx/core/private.h index 462e0e882f..4453c638f7 100644 --- a/include/wx/osx/core/private.h +++ b/include/wx/osx/core/private.h @@ -495,6 +495,8 @@ public: // interface to be implemented by a textcontrol // +class WXDLLIMPEXP_FWD_CORE wxTextAttr; + // common interface for all implementations class WXDLLIMPEXP_CORE wxTextWidgetImpl