X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Farray2dfile.h;h=9af82a70d8c7949f8c7310d65e8cc5dc4fda7b86;hb=01ee1e0085970643368d65c38b09008927e24cd5;hp=1c40c05b95b6a1f60558520d0d677c049b1ddce4;hpb=1320194848a55842ea7ec729300e5356b6454864;p=ctsim.git diff --git a/include/array2dfile.h b/include/array2dfile.h index 1c40c05..9af82a7 100644 --- a/include/array2dfile.h +++ b/include/array2dfile.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2dfile.h,v 1.6 2000/12/04 03:04:06 kevin Exp $ +** $Id: array2dfile.h,v 1.8 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 @@ -28,7 +28,7 @@ #ifndef ARRAY2DFILE_H #define ARRAY2DFILE_H -#ifndef WIN32 +#ifndef MSVC #include #endif @@ -188,7 +188,7 @@ public: protected: typedef vector labelContainer; - static const kuint16 m_signature = ('I'*256+'F'); + static const kuint16 m_signature; kuint16 m_headersize; string m_filename;