Use OpenMP for scanner
[ctsim.git] / src / tips.h
index 39d264d502c1d1f1c469ce51ac3fbbc08446cfa4..259e85b6378c4c09f64476a8b3248cd7cc489cd8 100644 (file)
@@ -7,9 +7,7 @@
 **   Date Started:  February 2001
 **
 **  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 $
+**  Copyright (C) 1983-2009 Kevin Rosenberg
 **
 **  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 +31,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;