X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Ftips.h;fp=src%2Ftips.h;h=de50ee622da775521bcc211bcb87798f0c0fe1e9;hp=39d264d502c1d1f1c469ce51ac3fbbc08446cfa4;hb=b4f2d26b8657e786cecf339a13fe8e53c2a0e6b5;hpb=fbe99ce7041eb409981b1fd8e269827daf4ed168 diff --git a/src/tips.h b/src/tips.h index 39d264d..de50ee6 100644 --- a/src/tips.h +++ b/src/tips.h @@ -9,7 +9,7 @@ ** 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 $ +** $Id: tips.h,v 1.2 2001/03/05 20:29:23 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 @@ -33,7 +33,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;