X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e54c96f187f46c06bd36be8cd52b35c19884aa2b..cbb40850016efc8c2a5fe8c976abf6d9abbab5e1:/interface/windowid.h diff --git a/interface/windowid.h b/interface/windowid.h index b93aa87a29..7b14cce3ed 100644 --- a/interface/windowid.h +++ b/interface/windowid.h @@ -31,11 +31,11 @@ public: or unreserved with UnreserveControlId(). Only ID values that are not assigned to a wxWindowIDRef() need to be unreserved. - + @param count The number of sequential IDs to reserve. - - @returns The value of the first ID in the sequence, or wxID_NONE. + + @return The value of the first ID in the sequence, or wxID_NONE. */ static wxWindowID ReserveControlId(int count = 1); };