summaryrefslogtreecommitdiff
path: root/src/fs/files.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-14 19:17:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-14 19:17:03 +0300
commitec8845e596facf709d2a0ac19f518452b8382260 (patch)
tree0165d4965a103ed289c3ad202aa643605d688046 /src/fs/files.cpp
parent928103c5d9c716dbfe0ba2c8ea13b1426b3e768c (diff)
downloadplus-ec8845e596facf709d2a0ac19f518452b8382260.tar.gz
plus-ec8845e596facf709d2a0ac19f518452b8382260.tar.bz2
plus-ec8845e596facf709d2a0ac19f518452b8382260.tar.xz
plus-ec8845e596facf709d2a0ac19f518452b8382260.zip
Fix code style.
Diffstat (limited to 'src/fs/files.cpp')
-rw-r--r--src/fs/files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/files.cpp b/src/fs/files.cpp
index 215076b99..3bb3262da 100644
--- a/src/fs/files.cpp
+++ b/src/fs/files.cpp
@@ -249,7 +249,7 @@ bool Files::loadTextFileLocal(const std::string &fileName,
return true;
}
-void Files::saveTextFile(std::string path,
+void Files::saveTextFile(const std::string &path,
const std::string &restrict name,
const std::string &restrict text)
{