X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Ftips.h;h=de50ee622da775521bcc211bcb87798f0c0fe1e9;hb=de6d2bb3861af7568006e1a02d5dddc730644b01;hp=39d264d502c1d1f1c469ce51ac3fbbc08446cfa4;hpb=1a7c2cc82f5a0c04bec766776e57c563378dc611;p=ctsim.git 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;