remove default wxDC ctor to make it impossible to construct DCs without the associate...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Nov 2007 20:56:12 +0000 (20:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Nov 2007 20:56:12 +0000 (20:56 +0000)
commitf0875501313903140a41dca0ba6ee2d85ed0536c
treec0ee73425e89a114d3b9ef2124c8d63bc4ab2ee3
parentbab4b13d392e0c9663c2c5a09f0dcbc77344ec05
remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dc.h
include/wx/dcclient.h
include/wx/dcmirror.h
include/wx/dcprint.h
include/wx/dcsvg.h
include/wx/msw/dc.h
include/wx/msw/dcprint.h
src/common/dcbase.cpp
src/msw/dcclient.cpp
src/msw/enhmeta.cpp