From: Michael Wetherell Date: Sat, 14 May 2005 21:18:12 +0000 (+0000) Subject: Compilation fix for VC++ 5 and 6 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22423eac8bcfcd3d357465e2cbeba08f1c431181 Compilation fix for VC++ 5 and 6 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index b5058d57da..03e752e92f 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -50,6 +50,7 @@ class WXDLLEXPORT wxWindowMSW : public wxWindowBase friend class wxSpinCtrl; friend class wxSlider; friend class wxRadioBox; + friend class wxWindowMSW; public: wxWindowMSW() { Init(); }