summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-11 17:33:42 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-15 09:25:12 (GMT)
commitf796e1b6f6984b200453a13e6b8640353ff9488b (patch)
tree1bfd77e18dcc25758b17bb590f75270b967728d2 /Source/cmLocalGenerator.h
parentc75a9d660169ddd1e7be57486d3813ca73886b55 (diff)
downloadCMake-f796e1b6f6984b200453a13e6b8640353ff9488b.zip
CMake-f796e1b6f6984b200453a13e6b8640353ff9488b.tar.gz
CMake-f796e1b6f6984b200453a13e6b8640353ff9488b.tar.bz2
cmLocalGenerator: Move memset to cxx file
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;