diff options
Diffstat (limited to 'src/win/exception.cpp')
-rw-r--r-- | src/win/exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/exception.cpp b/src/win/exception.cpp index 62305329..4cac66bb 100644 --- a/src/win/exception.cpp +++ b/src/win/exception.cpp @@ -2,7 +2,7 @@ #include "cru/common/format.hpp" -namespace cru::win { +namespace cru::platform::win { using util::Format; inline std::string HResultMakeMessage(HRESULT h_result, |