summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r--Source/cmLocalGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h
index c51aa85..6e6791d 100644
--- a/Source/cmLocalGenerator.h
+++ b/Source/cmLocalGenerator.h
@@ -221,7 +221,7 @@ public:
// ExpandRuleVariables
struct RuleVariables
{
- RuleVariables() { memset(this, 0, sizeof(*this)); }
+ RuleVariables();
const char* CMTargetName;
const char* CMTargetType;
const char* TargetPDB;