summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorVitaly Stakhovsky <vvs31415@gitlab.org>2020-03-17 12:00:00 (GMT)
committerVitaly Stakhovsky <vvs31415@gitlab.org>2020-03-17 12:33:57 (GMT)
commitb915fec56e7b1768ea717bf4d970f8b4910c7829 (patch)
treeccbc863f50cad5ab08f30e8c0aa5c6101cb11aaa /Source/cmTarget.h
parentbee0100396d4b0dad7204125606e6baf26b79e38 (diff)
downloadCMake-b915fec56e7b1768ea717bf4d970f8b4910c7829.zip
CMake-b915fec56e7b1768ea717bf4d970f8b4910c7829.tar.gz
CMake-b915fec56e7b1768ea717bf4d970f8b4910c7829.tar.bz2
cmTarget: minor code improvements
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 286933b..463b234 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -191,8 +191,8 @@ public:
bool IsImportedGloballyVisible() const;
bool IsPerConfig() const;
- bool GetMappedConfig(std::string const& desired_config, const char** loc,
- const char** imp, std::string& suffix) const;
+ bool GetMappedConfig(std::string const& desired_config, const char*& loc,
+ const char*& imp, std::string& suffix) const;
//! Return whether this target is an executable with symbol exports enabled.
bool IsExecutableWithExports() const;