Return type -> const &

This commit is contained in:
Kjell W. Kongsvik
2016-05-02 10:13:28 +02:00
parent 34dbf826de
commit db7958d439
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ namespace Opm {
std::string getOutputDir();
void setOutputDir(const std::string& outputDir);
std::string getBaseName();
const std::string& getBaseName() const;
void setBaseName(std::string baseName);
private: