Compilation fix for VC++ 5 and 6

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2005-05-14 21:18:12 +00:00
parent ee64d4f33e
commit 22423eac8b

View File

@ -50,6 +50,7 @@ class WXDLLEXPORT wxWindowMSW : public wxWindowBase
friend class wxSpinCtrl;
friend class wxSlider;
friend class wxRadioBox;
friend class wxWindowMSW;
public:
wxWindowMSW() { Init(); }