diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-14 19:17:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-14 19:17:03 +0300 |
commit | ec8845e596facf709d2a0ac19f518452b8382260 (patch) | |
tree | 0165d4965a103ed289c3ad202aa643605d688046 /src/fs/files.h | |
parent | 928103c5d9c716dbfe0ba2c8ea13b1426b3e768c (diff) | |
download | plus-ec8845e596facf709d2a0ac19f518452b8382260.tar.gz plus-ec8845e596facf709d2a0ac19f518452b8382260.tar.bz2 plus-ec8845e596facf709d2a0ac19f518452b8382260.tar.xz plus-ec8845e596facf709d2a0ac19f518452b8382260.zip |
Fix code style.
Diffstat (limited to 'src/fs/files.h')
-rw-r--r-- | src/fs/files.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/files.h b/src/fs/files.h index 4b55292de..fa6833da4 100644 --- a/src/fs/files.h +++ b/src/fs/files.h @@ -58,7 +58,7 @@ namespace Files bool loadTextFileLocal(const std::string &fileName, StringVect &lines); - void saveTextFile(std::string path, + void saveTextFile(const std::string &path, const std::string &restrict name, const std::string &restrict text); |