summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/RegularExpression.hxx.in
diff options
context:
space:
mode:
authorFrancois Bertel <francois.bertel@kitware.com>2009-03-19 14:03:36 (GMT)
committerFrancois Bertel <francois.bertel@kitware.com>2009-03-19 14:03:36 (GMT)
commitc8f9ee6b7458a1c27eab0e0f57ac8ed0307f6cd2 (patch)
tree65925f2468fdcc67da90a0640aa379117d6ade79 /Source/kwsys/RegularExpression.hxx.in
parenta638a2f8a0e066ff760c34801c00ab2b431e88e8 (diff)
downloadCMake-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.in2
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;