summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 24b3742..0701661 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -319,7 +319,7 @@ private:
std::vector<std::pair<TLLSignature, cmListFileContext>> TLLCommands;
LinkLibraryVectorType OriginalLinkLibraries;
cmMakefile* Makefile;
- cmTargetInternalPointer Internal;
+ cmTargetInternalPointer impl;
cmStateEnums::TargetType TargetTypeValue;
bool HaveInstallRule;
bool DLLPlatform;