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/3party
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-10-05 12:36:27 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2016-10-17 17:16:46 +0300
commit989154cb73d24f4ce44e38a64cffb438c4299778 (patch)
tree87af0eeadfd7c3330da7a2117dfe73c0b9fff18a /3party
parent7106275586e7b3b0538333e3304f58a5c4d02873 (diff)
[opening_hours] Added line break
Diffstat (limited to '3party')
-rw-r--r--3party/opening_hours/opening_hours.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/3party/opening_hours/opening_hours.hpp b/3party/opening_hours/opening_hours.hpp
index 83d0ff3d83..df4b9c5a9b 100644
--- a/3party/opening_hours/opening_hours.hpp
+++ b/3party/opening_hours/opening_hours.hpp
@@ -680,6 +680,7 @@ public:
bool HasYearSelector() const;
TRuleSequences const & GetRule() const { return m_rule; }
+
private:
TRuleSequences m_rule;
bool const m_valid;