summaryrefslogtreecommitdiff
path: root/src/random_access_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/random_access_file.cpp')
-rw-r--r--src/random_access_file.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/random_access_file.cpp b/src/random_access_file.cpp
index 2fd6a64b6..72f207837 100644
--- a/src/random_access_file.cpp
+++ b/src/random_access_file.cpp
@@ -51,7 +51,7 @@ RandomAccessFile::~RandomAccessFile()
* Get the filename of the opened file with the path from the SubDirectory and the extension.
* @return Name of the file.
*/
-const std::string& RandomAccessFile::GetFilename() const
+const std::string &RandomAccessFile::GetFilename() const
{
return this->filename;
}
@@ -61,7 +61,7 @@ const std::string& RandomAccessFile::GetFilename() const
* file without the SubDirectory or extension in lower case.
* @return Name of the file.
*/
-const std::string& RandomAccessFile::GetSimplifiedFilename() const
+const std::string &RandomAccessFile::GetSimplifiedFilename() const
{
return this->simplified_filename;
}