diff options
author | crupest <crupest@outlook.com> | 2020-03-04 00:24:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-04 00:24:32 +0800 |
commit | 79ba10135987cffc31496e8515c5372146d9b31d (patch) | |
tree | 47c566457e2ac1a751be2b00b23d093849550f05 /src/ui/window.cpp | |
parent | 280a621dd8189ca3f6dcf895fdca9563cdd79364 (diff) | |
download | cru-79ba10135987cffc31496e8515c5372146d9b31d.tar.gz cru-79ba10135987cffc31496e8515c5372146d9b31d.tar.bz2 cru-79ba10135987cffc31496e8515c5372146d9b31d.zip |
...
Diffstat (limited to 'src/ui/window.cpp')
-rw-r--r-- | src/ui/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.cpp b/src/ui/window.cpp index 7579786a..bf2e24ca 100644 --- a/src/ui/window.cpp +++ b/src/ui/window.cpp @@ -20,7 +20,7 @@ namespace event_names { #ifdef CRU_DEBUG #define CRU_DEFINE_EVENT_NAME(name) constexpr const char* name = #name; #else -#define CRU_DEFINE_EVENT_NAME(name) constexpr const char* name = nullptr; +#define CRU_DEFINE_EVENT_NAME(name) constexpr const char* name = ""; #endif CRU_DEFINE_EVENT_NAME(LoseFocus) |