X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgprojections.h;h=203893775f7eb5390e5b1d547542a9261dca7a69;hp=d39260a0fbb4040f32f0ce0c56c5bfac22063076;hb=484b9ac2ebf8f88dbe36bdc1d3a9c1b6a2b242eb;hpb=07fbc7c8c9cf0e9de956284d6057a825c81ae0ce diff --git a/src/dlgprojections.h b/src/dlgprojections.h index d39260a..2038937 100644 --- a/src/dlgprojections.h +++ b/src/dlgprojections.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: dlgprojections.h,v 1.3 2000/09/02 16:40:36 kevin Exp $ +** $Id: dlgprojections.h,v 1.4 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 @@ -111,8 +111,7 @@ private: Finished // finished, waiting to be removed from screen } m_state; - const static int ID_BTN_PAUSE = 19996; - const static int ID_BTN_STEP = 19997; + enum { ID_BTN_PAUSE = 19996, ID_BTN_STEP = 19997 }; void showView (int iViewNumber);