diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-15 02:35:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-15 03:04:32 +0300 |
commit | 624b07bf0ee70794240135bb403e9dfb879749c4 (patch) | |
tree | df6ced39a2cdd2f46c7d51747abdee168d29a146 /src/utils/paths.h | |
parent | 99bc9d1fb4bccae0785d731711e3b1009de1b394 (diff) | |
download | plus-624b07bf0ee70794240135bb403e9dfb879749c4.tar.gz plus-624b07bf0ee70794240135bb403e9dfb879749c4.tar.bz2 plus-624b07bf0ee70794240135bb403e9dfb879749c4.tar.xz plus-624b07bf0ee70794240135bb403e9dfb879749c4.zip |
Add function to fix dir separator.
Diffstat (limited to 'src/utils/paths.h')
-rw-r--r-- | src/utils/paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/paths.h b/src/utils/paths.h index f92fcdcb5..b89671adc 100644 --- a/src/utils/paths.h +++ b/src/utils/paths.h @@ -29,4 +29,6 @@ bool isRealPath(const std::string &str); bool checkPath(std::string path); +std::string &fixDirSeparators(std::string &str); + #endif // UTILS_PATHS_H |