X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=62d97c28a7c22ca5a822d9b36ce63d382d466d0a;hp=8367f21a9056b263c311f1c13a50e664241d71a8;hb=484b9ac2ebf8f88dbe36bdc1d3a9c1b6a2b242eb;hpb=98f894fe74f1a532f5e6d69cca0404d9a58893e7 diff --git a/src/ctsim.h b/src/ctsim.h index 8367f21..62d97c2 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.6 2000/09/07 01:28:33 kevin Exp $ +** $Id: ctsim.h,v 1.7 2000/12/16 03:29:02 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -47,7 +47,7 @@ private: wxTextCtrl* m_pLog; wxMenu* m_pWindowMenu; - static const int MAX_WINDOW_MENUITEMS = 20; + enum { MAX_WINDOW_MENUITEMS = 20 }; wxMenuItem* m_apWindowMenuItems[MAX_WINDOW_MENUITEMS]; wxDocument* m_apWindowMenuData[MAX_WINDOW_MENUITEMS];