cmMakefileGenerator: Update GetConfigName to return const reference

This commit is contained in:
Martin Duffy
2025-02-07 12:21:45 -05:00
committed by Brad King
parent feaa0f5cc0
commit ee3a55fc48
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public:
cmLocalUnixMakefileGenerator3(cmGlobalGenerator* gg, cmMakefile* mf);
~cmLocalUnixMakefileGenerator3() override;
std::string GetConfigName() const;
std::string const& GetConfigName() const;
void ComputeHomeRelativeOutputPath() override;