summaryrefslogtreecommitdiff
path: root/Source/cmStringCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-01-17 10:21:45 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-01-17 10:21:45 -0500
commit9891260a6dab66c9ea44b5c2e244f3128625baf5 (patch)
tree930651e4383fe1d904cc9c493bd859cb97b530af /Source/cmStringCommand.h
parent2694ad76c538333d3ff45613bd1201f97af003cd (diff)
downloadcmake-9891260a6dab66c9ea44b5c2e244f3128625baf5.tar.gz
ENH: add support for watcom wmake and wcl386
Diffstat (limited to 'Source/cmStringCommand.h')
-rw-r--r--Source/cmStringCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h
index fc846d37cc..3b71c25508 100644
--- a/Source/cmStringCommand.h
+++ b/Source/cmStringCommand.h
@@ -131,6 +131,7 @@ protected:
RegexReplacement(const char* s): number(-1), value(s) {}
RegexReplacement(const std::string& s): number(-1), value(s) {}
RegexReplacement(int n): number(n), value() {}
+ RegexReplacement() {};
int number;
std::string value;
};