X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Ftips.cpp;h=05c2a9e3057cc2693adb389f5facf5b92f0b389f;hp=dc425d6602731ae7a5e79cc806869b749b028df3;hb=b4f2d26b8657e786cecf339a13fe8e53c2a0e6b5;hpb=fbe99ce7041eb409981b1fd8e269827daf4ed168 diff --git a/src/tips.cpp b/src/tips.cpp index dc425d6..05c2a9e 100644 --- a/src/tips.cpp +++ b/src/tips.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2001 Kevin Rosenberg ** -** $Id: tips.cpp,v 1.2 2001/02/22 11:05:38 kevin Exp $ +** $Id: tips.cpp,v 1.3 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 @@ -62,7 +62,7 @@ const char* const CTSimTipProvider::s_aszTips[] = { {"You can control CTSim's operation using the \"File - Preferences\" menu command."}, }; -const int CTSimTipProvider::s_iNumTips = sizeof(s_aszTips) / sizeof(const char *); +const size_t CTSimTipProvider::s_iNumTips = sizeof(s_aszTips) / sizeof(const char *); CTSimTipProvider::CTSimTipProvider (size_t iCurrentTip)