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:
Włodzimierz Skiba
2006-10-23 11:58:28 +00:00
parent c07bd710bc
commit 17b1d76b4a
8 changed files with 14 additions and 14 deletions

View File

@@ -72,7 +72,7 @@ public:
// Useful helper: create the brush resource
//
bool RealizeResource(void);
WXHANDLE GetResourceHandle(void) ;
virtual WXHANDLE GetResourceHandle(void) const;
bool FreeResource(bool bForce = false);
bool IsFree(void) const;
void Unshare(void);