X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..3fbba098a22ccaf72fbc640482b94146b374c372:/interface/wx/windowid.h diff --git a/interface/wx/windowid.h b/interface/wx/windowid.h index 62261621a7..36d4bf2c1b 100644 --- a/interface/wx/windowid.h +++ b/interface/wx/windowid.h @@ -39,7 +39,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 +54,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); };