changed wxControlContainer to avoid triggering tons of warnings from VC++ at
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Aug 2001 22:50:28 +0000 (22:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Aug 2001 22:50:28 +0000 (22:50 +0000)
commit9948d31f4e327d555cc92a6570047b8ca4db467d
tree5aff6b38992df69eeb20a6268f9ba97075644c18
parentadfed1ca928d27ec04f730883f0ba01900540056
changed wxControlContainer to avoid triggering tons of warnings from VC++ at
warning level 4 ("'this' : used in base member initializer list" is really
the stupidiest warning I've ever seen)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/containr.h
include/wx/generic/panelg.h
include/wx/generic/splitter.h
src/generic/panelg.cpp
src/generic/splitter.cpp