even more fixes detected using ifacecheck
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -298,11 +298,6 @@ public:
|
||||
*/
|
||||
void EndDoc();
|
||||
|
||||
/**
|
||||
Does nothing.
|
||||
*/
|
||||
void EndDrawing();
|
||||
|
||||
/**
|
||||
Does nothing.
|
||||
*/
|
||||
@@ -505,7 +500,7 @@ public:
|
||||
Returns @true if the DC is ok to use. @false values arise from being
|
||||
unable to write the file.
|
||||
*/
|
||||
bool Ok();
|
||||
bool IsOk();
|
||||
|
||||
/**
|
||||
Resets the bounding box. After a call to this function, the bounding
|
||||
|
Reference in New Issue
Block a user