]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for VC++ 5 and 6
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 21:18:12 +0000 (21:18 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 21:18:12 +0000 (21:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/window.h

index b5058d57da8ca39520a8b737f69fb22826b72799..03e752e92f1e4b4f3c3f0f88d0fcca689f41ee2c 100644 (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(); }