moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Dec 2004 20:56:38 +0000 (20:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Dec 2004 20:56:38 +0000 (20:56 +0000)
commitcf8ff92f83af3d5d0356bba91763354ea83ec6d7
tree9bd58b2578ac136924e1411ab23e26db118d0d21
parent4cc4e7b6ccea5e345e54871f25951e3a0fe2570a
moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/frame.h
include/wx/msw/window.h
src/msw/frame.cpp
src/msw/window.cpp