use unsigned for display count

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-10-02 05:38:05 +00:00
parent b143cf708b
commit 4e675101a7
8 changed files with 48 additions and 48 deletions

View File

@@ -19,7 +19,7 @@ None
\membersection{wxDisplay::wxDisplay}\label{wxdisplayctor}
\func{}{wxDisplay}{\param{size\_t }{index = 0}}
\func{}{wxDisplay}{\param{unsigned }{index = 0}}
Constructor, setting up a wxDisplay instance with the specified display.
@@ -73,7 +73,7 @@ there is a taskbar (or equivalent) on this display.
\membersection{wxDisplay::GetCount}\label{wxdisplaygetcount}
\func{static size\_t}{GetCount}{\void}
\func{static unsigned }{GetCount}{\void}
Returns the number of connected displays.