]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing type for static variable
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 21 Oct 2001 12:33:10 +0000 (12:33 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 21 Oct 2001 12:33:10 +0000 (12:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/combobox.cpp
src/mac/combobox.cpp

index a1410b113595afaeccb6dc4ee93aba7f9e69c4bb..886177adac96bd4831336f67c50e499d71f911cc 100644 (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" ) ;
index a1410b113595afaeccb6dc4ee93aba7f9e69c4bb..886177adac96bd4831336f67c50e499d71f911cc 100644 (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" ) ;