diff options
author | Francois Bertel <francois.bertel@kitware.com> | 2009-03-19 14:03:36 (GMT) |
---|---|---|
committer | Francois Bertel <francois.bertel@kitware.com> | 2009-03-19 14:03:36 (GMT) |
commit | c8f9ee6b7458a1c27eab0e0f57ac8ed0307f6cd2 (patch) | |
tree | 65925f2468fdcc67da90a0640aa379117d6ade79 /Source/kwsys/RegularExpression.hxx.in | |
parent | a638a2f8a0e066ff760c34801c00ab2b431e88e8 (diff) | |
download | CMake-c8f9ee6b7458a1c27eab0e0f57ac8ed0307f6cd2.zip CMake-c8f9ee6b7458a1c27eab0e0f57ac8ed0307f6cd2.tar.gz CMake-c8f9ee6b7458a1c27eab0e0f57ac8ed0307f6cd2.tar.bz2 |
COMP:try to fix error on qnx-V3.3.5-gcc_ntox86.
Diffstat (limited to 'Source/kwsys/RegularExpression.hxx.in')
-rw-r--r-- | Source/kwsys/RegularExpression.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/RegularExpression.hxx.in b/Source/kwsys/RegularExpression.hxx.in index a7d0b50..05b0f5c 100644 --- a/Source/kwsys/RegularExpression.hxx.in +++ b/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; |