Match some API tweaks made in CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-02 20:04:42 +00:00
parent 70eb68e8bd
commit bdec7d7afd
2 changed files with 25 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ class wxDisplay
{
public:
DocCtorStr(
wxDisplay(size_t index = 0),
wxDisplay(unsigned index = 0),
"Set up a Display instance with the specified display. The displays
are numbered from 0 to GetCount() - 1, 0 is always the primary display
and the only one which is always supported", "");
@@ -108,7 +108,7 @@ and the only one which is always supported", "");
~wxDisplay();
DocDeclStr(
static size_t , GetCount(),
static unsigned , GetCount(),
"Return the number of available displays.", "");
DocDeclStr(