aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/logging.h b/zencore/include/zencore/logging.h
index 74ab0f81f..7c2deeed7 100644
--- a/zencore/include/zencore/logging.h
+++ b/zencore/include/zencore/logging.h
@@ -54,7 +54,7 @@ struct LogCategory
#define ZEN_DEFINE_LOG_CATEGORY_STATIC(Category, Name) \
static struct LogCategory##Category : public LogCategory \
{ \
- LogCategory##Category() : LogCategory(Name) {} \
+ LogCategory##Category() : LogCategory(Name) {} \
} Category;
#define ZEN_LOG_TRACE(Category, fmtstr, ...) \