X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c99e2fd1b3432974b892be508c0757da5b6ad49..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/windowid.h diff --git a/interface/wx/windowid.h b/interface/wx/windowid.h index 002c11eb00..024e10c690 100644 --- a/interface/wx/windowid.h +++ b/interface/wx/windowid.h @@ -2,8 +2,7 @@ // Name: windowid.h // Purpose: interface of wxIdManager // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -39,7 +38,7 @@ public: @return The value of the first ID in the sequence, or wxID_NONE. */ - static wxWindowID ReserveControlId(int count = 1); + static wxWindowID ReserveId(int count = 1); /** Called directly by wxWindow::UnreserveControlId(), this function will @@ -54,6 +53,6 @@ public: @return The value of the first ID in the sequence, or wxID_NONE. */ - static wxWindowID UnreserveControlId(wxWindowID id, int count = 1); + static void UnreserveId(wxWindowID id, int count = 1); };