aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/debug.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/debug.hpp')
-rw-r--r--include/cru/platform/debug.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/debug.hpp b/include/cru/platform/debug.hpp
index 21c2b646..18472201 100644
--- a/include/cru/platform/debug.hpp
+++ b/include/cru/platform/debug.hpp
@@ -3,6 +3,6 @@
#include <string_view>
-namespace cru::platform::debug {
+namespace cru::platform {
void DebugMessage(const std::wstring_view& message);
}