X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ftips.h;h=259e85b6378c4c09f64476a8b3248cd7cc489cd8;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hp=39d264d502c1d1f1c469ce51ac3fbbc08446cfa4;hpb=1a7c2cc82f5a0c04bec766776e57c563378dc611;p=ctsim.git diff --git a/src/tips.h b/src/tips.h index 39d264d..259e85b 100644 --- a/src/tips.h +++ b/src/tips.h @@ -7,9 +7,7 @@ ** Date Started: February 2001 ** ** This is part of the CTSim program -** Copyright (C) 1983-2001 Kevin Rosenberg -** -** $Id: tips.h,v 1.1 2001/02/22 00:56:50 kevin Exp $ +** Copyright (C) 1983-2009 Kevin Rosenberg ** ** 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 @@ -33,7 +31,7 @@ class CTSimTipProvider : public wxTipProvider { private: static const char* const s_aszTips[]; - static const int s_iNumTips; + static const size_t s_iNumTips; size_t m_iCurrentTip;