summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorOleksandr Koval <oleksandr.koval.dev@gmail.com>2020-09-03 21:17:32 (GMT)
committerOleksandr Koval <oleksandr.koval.dev@gmail.com>2020-09-03 21:17:32 (GMT)
commit879bd7fd9c84fa72001632818fce43339d755e3b (patch)
tree7353020ca6f4fb86a793fe4ab70a100fce460c1b /Source/cmMakefile.h
parentca5babfd7a1da8e32f927ad086fdd91c2b09853b (diff)
downloadCMake-879bd7fd9c84fa72001632818fce43339d755e3b.zip
CMake-879bd7fd9c84fa72001632818fce43339d755e3b.tar.gz
CMake-879bd7fd9c84fa72001632818fce43339d755e3b.tar.bz2
cmStateSnapshot: Return const reference from GetExecutionListFile()
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 350f59d..fe9e78e 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -943,7 +943,7 @@ public:
const char* GetDefineFlagsCMP0059() const;
- std::string GetExecutionFilePath() const;
+ std::string const& GetExecutionFilePath() const;
void EnforceDirectoryLevelRules() const;