Browse Source

COMP:try to fix error on qnx-V3.3.5-gcc_ntox86.

Francois Bertel 16 years ago
parent
commit
c8f9ee6b74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/kwsys/RegularExpression.hxx.in

+ 1 - 1
Source/kwsys/RegularExpression.hxx.in

@@ -281,7 +281,7 @@ private:
   char  regstart;                       // Internal use only
   char  reganch;                        // Internal use only
   const char* regmust;                  // Internal use only
-  size_t regmlen;                // Internal use only
+  kwsys_stl::string::size_type regmlen;                // Internal use only
   char* program;   
   int   progsize;
   const char* searchstring;