Make wxGCDC::GetGraphicsContext() const.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 7 Jul 2011 13:05:16 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 7 Jul 2011 13:05:16 +0000 (13:05 +0000)
commit6c0e710f008370d8c0039b3aa859b8eb65d6de12
tree0b3deb4f8fa858964b18c02beb7a0dbd6f578907
parente328846969eeeeac5cc7ed487025ef318272ed84
Make wxGCDC::GetGraphicsContext() const.

There is no reason for this accessor to not be const and it prevents other
methods using it from being const too, so change this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dcgraph.h
interface/wx/dcgraph.h
src/common/dcgraph.cpp