X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c6a98048b47cf1dd1926e97f94abe81a3fded1e..27d79a5027bee4f46e57c813d072422065cb1592:/interface/wx/utils.h diff --git a/interface/wx/utils.h b/interface/wx/utils.h index ad37f8030c..4a8a54ef65 100644 --- a/interface/wx/utils.h +++ b/interface/wx/utils.h @@ -459,7 +459,7 @@ int wxFindMenuItemId(wxFrame* frame, const wxString& menuString, @header{wx/utils.h} */ -wxWindowID wxNewId(); +int wxNewId(); /** Ensures that Ids subsequently generated by wxNewId() do not clash with the @@ -467,7 +467,7 @@ wxWindowID wxNewId(); @header{wx/utils.h} */ -void wxRegisterId(wxWindowID id); +void wxRegisterId(int id); /** Opens the @a document in the application associated with the files of this