Have wxDCImpl::GetHandle return NULL by default instead of being pure virtual.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2012-08-02 20:25:06 +00:00
parent 38ae64e696
commit 440ddb750f

View File

@ -283,7 +283,7 @@ public:
return NULL;
}
virtual void* GetHandle() const = 0;
virtual void* GetHandle() const { return NULL; }
// query dimension, colour deps, resolution