r609: *** empty log message ***
[ctsim.git] / src / tips.cpp
index dc425d6602731ae7a5e79cc806869b749b028df3..05c2a9e3057cc2693adb389f5facf5b92f0b389f 100644 (file)
@@ -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)