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
path: root/search
diff options
context:
space:
mode:
authorSergey Magidovich <mgsergio@mapswithme.com>2015-11-04 21:32:55 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2015-11-05 14:05:04 +0300
commit971a6385a1dcfd39078e028108151d497ebc70f8 (patch)
tree086876b6bbccb6a2dc1fcc380d9ab78a28963af8 /search
parent946205ce75d4306a56744101478fb526804eec93 (diff)
Code review:
rename files; fix comments; remove redundant \ns; wchar_t -> char (the last one); add `using osmoh::XXX' in opening_hours_parsers.hpp to improve readability; fix variable and function names.
Diffstat (limited to 'search')
-rw-r--r--search/intermediate_result.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/intermediate_result.cpp b/search/intermediate_result.cpp
index 7fe8ec6aa8..e7a878d1b8 100644
--- a/search/intermediate_result.cpp
+++ b/search/intermediate_result.cpp
@@ -18,7 +18,7 @@
#ifndef OMIM_OS_LINUX
// Lib opening_hours is not built for Linux since stdlib doesn't have required functions.
-#include "3party/opening_hours/parse.hpp"
+#include "3party/opening_hours/parse_opening_hours.hpp"
#include "3party/opening_hours/rules_evaluation.hpp"
#endif