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/base
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-06-29 12:30:02 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-06-29 12:49:37 +0300
commit7ac781d70c965e5e3a66643719a1511e769d71ef (patch)
tree7e26ffa34351d389f763811d8d3d149c04126716 /base
parentfcc1bb8003b99d0ae560c0922b6e96bb91dd65d1 (diff)
[fix] Added NUM_LOG_LEVELS case handling.
Diffstat (limited to 'base')
-rw-r--r--base/logging.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/logging.hpp b/base/logging.hpp
index 2bbcbd75e8..10fdf9502c 100644
--- a/base/logging.hpp
+++ b/base/logging.hpp
@@ -70,6 +70,7 @@ using ::my::LINFO;
using ::my::LWARNING;
using ::my::LERROR;
using ::my::LCRITICAL;
+using ::my::NUM_LOG_LEVELS;
// Logging macro.
// Example usage: LOG(LINFO, (Calc(), m_Var, "Some string constant"));