r242: *** empty log message ***
[ctsim.git] / include / sgp.h
index fce79a67509b650629d45c3d1ad8cd6e4cdb0aac..4ee4638d346d84eda52d492c17fabe1418a8828c 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: sgp.h,v 1.18 2000/09/04 09:06:46 kevin Exp $
+**  $Id: sgp.h,v 1.19 2000/12/04 04:15:48 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
@@ -171,7 +171,7 @@ public:
       MARK_BSQUARE = 9,        // big open square 
       MARK_BDIAMOND = 10,      // big open diamond 
   };
-  static const int MARK_COUNT = 11;
+  enum  { MARK_COUNT = 11, };
   static const unsigned char MARKER_BITMAP[MARK_COUNT][5];
 
   SGP (const SGPDriver& driver);