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:
@@ -50,6 +50,7 @@ class WXDLLEXPORT wxWindowMSW : public wxWindowBase
|
|||||||
friend class wxSpinCtrl;
|
friend class wxSpinCtrl;
|
||||||
friend class wxSlider;
|
friend class wxSlider;
|
||||||
friend class wxRadioBox;
|
friend class wxRadioBox;
|
||||||
|
friend class wxWindowMSW;
|
||||||
public:
|
public:
|
||||||
wxWindowMSW() { Init(); }
|
wxWindowMSW() { Init(); }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user