Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-06-16 13:24:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:51:37 +0300
commit6afccd14ac29c038bd2261168d0e66c91ff79e1f (patch)
tree5764fd28ec9beabc8673b33e0eab604fd618dbce /platform/platform.hpp
parentc53d7f1494773d1c5b499e858caa7fab436ac5fa (diff)
Review fixes.
Diffstat (limited to 'platform/platform.hpp')
-rw-r--r--platform/platform.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/platform.hpp b/platform/platform.hpp
index 28698ed1c2..91f86740d7 100644
--- a/platform/platform.hpp
+++ b/platform/platform.hpp
@@ -25,6 +25,7 @@ public:
ERR_FILE_DOES_NOT_EXIST,
ERR_ACCESS_FAILED,
ERR_DIRECTORY_NOT_EMPTY,
+ ERR_FILE_ALREADY_EXISTS,
ERR_UNKNOWN
};