From: Włodzimierz Skiba Date: Mon, 29 May 2006 06:48:01 +0000 (+0000) Subject: Use complete class for delete of the class. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f8ba4cb61a5375fa69a2b7a9daae10b00f34a57f Use complete class for delete of the class. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/sizer.h b/include/wx/sizer.h index fcb3a86898..73d99c2779 100644 --- a/include/wx/sizer.h +++ b/include/wx/sizer.h @@ -678,7 +678,7 @@ private: #if wxUSE_STATBOX -class WXDLLEXPORT wxStaticBox; +#include "wx/statbox.h" class WXDLLEXPORT wxStaticBoxSizer: public wxBoxSizer {