diff options
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
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; |