summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-03-23 13:46:29 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2019-03-23 14:04:42 (GMT)
commitc9bd2e941f106c4c23bb2bb2623991251b528aa5 (patch)
tree93d6bd186671775c2d70d06507274063dbe2b1cb /Source/cmTarget.h
parent4bbd315097fb7161ab245ff0959472729cea2793 (diff)
downloadCMake-c9bd2e941f106c4c23bb2bb2623991251b528aa5.zip
CMake-c9bd2e941f106c4c23bb2bb2623991251b528aa5.tar.gz
CMake-c9bd2e941f106c4c23bb2bb2623991251b528aa5.tar.bz2
cmTarget: Rename member `Internal` to `impl`
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;