Correct 'markup' for GetResourceHandle after recent change in wx/gdiobj.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -304,7 +304,7 @@ bool wxPen::RealizeResource()
|
||||
return false;
|
||||
} // end of wxPen::RealizeResource
|
||||
|
||||
WXHANDLE wxPen::GetResourceHandle()
|
||||
WXHANDLE wxPen::GetResourceHandle() const
|
||||
{
|
||||
if (!M_PENDATA)
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user