diff options
Diffstat (limited to 'common/nslog_log.hpp')
-rw-r--r-- | common/nslog_log.hpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/nslog_log.hpp b/common/nslog_log.hpp index 9f2f3aee7b..d40f963036 100644 --- a/common/nslog_log.hpp +++ b/common/nslog_log.hpp @@ -1,9 +1,9 @@ -#ifndef LLMR_COMMON_NSLOG_LOG -#define LLMR_COMMON_NSLOG_LOG +#ifndef MBGL_COMMON_NSLOG_LOG +#define MBGL_COMMON_NSLOG_LOG -#include <llmr/platform/log.hpp> +#include <mbgl/platform/log.hpp> -namespace llmr { +namespace mbgl { class NSLogBackend : public LogBackend { public: |