r259: MSVC modifications
[ctsim.git] / src / dlgprojections.h
index d39260a0fbb4040f32f0ce0c56c5bfac22063076..203893775f7eb5390e5b1d547542a9261dca7a69 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
 **  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
 **
 **  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;
 
       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);
 
 
    void showView (int iViewNumber);