X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fsgp.h;fp=include%2Fsgp.h;h=4ee4638d346d84eda52d492c17fabe1418a8828c;hp=fce79a67509b650629d45c3d1ad8cd6e4cdb0aac;hb=baba40afccf75bd75d612980fee023ff22c40952;hpb=2debde82a721c0cf5bdf6642ace3290f83bb21a4 diff --git a/include/sgp.h b/include/sgp.h index fce79a6..4ee4638 100644 --- a/include/sgp.h +++ b/include/sgp.h @@ -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);