From: Kevin M. Rosenberg Date: Mon, 4 Dec 2000 03:11:01 +0000 (+0000) Subject: r239: *** empty log message *** X-Git-Tag: debian-4.5.3-3~778 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=48522ae1223ed1a824ff43bab5aea7d373cf8a7f r239: *** empty log message *** --- diff --git a/libctsim/array2dfile.cpp b/libctsim/array2dfile.cpp index 19234bf..6517015 100644 --- a/libctsim/array2dfile.cpp +++ b/libctsim/array2dfile.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: array2dfile.cpp,v 1.9 2000/12/04 03:09:00 kevin Exp $ +** $Id: array2dfile.cpp,v 1.10 2000/12/04 03:11:01 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 @@ -31,7 +31,7 @@ using namespace std; -Array2dFile::m_signature = ('I'*256+'F'); +const kuint16 Array2dFile::m_signature = ('I'*256+'F'); /////////////////////////////////////////////////////////////////////////// // CLASS IMPLEMENTATION