diff options
Diffstat (limited to 'Source/cmPathLabel.h')
-rw-r--r-- | Source/cmPathLabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmPathLabel.h b/Source/cmPathLabel.h index 97551fb..55dffab 100644 --- a/Source/cmPathLabel.h +++ b/Source/cmPathLabel.h @@ -17,7 +17,7 @@ class cmPathLabel { public: - cmPathLabel(const std::string& label); + cmPathLabel(std::string label); // The comparison operators are only for quick sorting and searching and // in no way imply any lexicographical order of the label |