added missing type for static variable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-10-21 12:33:10 +00:00
parent bb378910f7
commit 0e03d1fac8
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)
// right now we don't support editable comboboxes
static nextPopUpMenuId = 1000 ;
static int nextPopUpMenuId = 1000 ;
MenuHandle NewUniqueMenu()
{
MenuHandle handle = NewMenu( nextPopUpMenuId , "\pMenu" ) ;