automated ifacecheck fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -378,7 +378,7 @@ public:
|
||||
|
||||
@see SetMapMode()
|
||||
*/
|
||||
int GetMapMode() const;
|
||||
wxMappingMode GetMapMode() const;
|
||||
|
||||
//@{
|
||||
/**
|
||||
@@ -606,7 +606,7 @@ public:
|
||||
- wxMM_LOMETRIC - Each logical unit is 1/10 of a mm.
|
||||
- wxMM_TEXT - Each logical unit is 1 pixel.
|
||||
*/
|
||||
void SetMapMode(int mode);
|
||||
void SetMapMode(wxMappingMode mode);
|
||||
|
||||
/**
|
||||
Not implemented.
|
||||
|
Reference in New Issue
Block a user