r239: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 4 Dec 2000 03:11:01 +0000 (03:11 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 4 Dec 2000 03:11:01 +0000 (03:11 +0000)
libctsim/array2dfile.cpp

index 19234bfb48c42ac0a9e29e9697356f1cb02f3800..6517015e7eca657f563937307fd72fb31cb28c81 100644 (file)
@@ -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