r609: *** empty log message ***
[ctsim.git] / src / tips.h
index 39d264d502c1d1f1c469ce51ac3fbbc08446cfa4..de50ee622da775521bcc211bcb87798f0c0fe1e9 100644 (file)
@@ -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;