diff options
Diffstat (limited to 'include/cru/win/exception.hpp')
-rw-r--r-- | include/cru/win/exception.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/exception.hpp b/include/cru/win/exception.hpp index 39c52c45..9e038960 100644 --- a/include/cru/win/exception.hpp +++ b/include/cru/win/exception.hpp @@ -6,7 +6,7 @@ #include <stdexcept> #include <string_view> -namespace cru::win { +namespace cru::platform::win { class HResultError : public platform::PlatformException { public: explicit HResultError(HRESULT h_result); |