aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/exception.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-06-27 00:18:48 +0800
committercrupest <crupest@outlook.com>2019-06-27 00:18:48 +0800
commitbaa7cf141b8121473edceae16c1a20a6d47bd202 (patch)
tree9349633a9d0bc286fe29f480bd70e4c2ad1f3075 /include/cru/win/exception.hpp
parentf404a3b2eb7bb9865d0c6f938538899996a53d8c (diff)
downloadcru-baa7cf141b8121473edceae16c1a20a6d47bd202.tar.gz
cru-baa7cf141b8121473edceae16c1a20a6d47bd202.tar.bz2
cru-baa7cf141b8121473edceae16c1a20a6d47bd202.zip
......
Diffstat (limited to 'include/cru/win/exception.hpp')
-rw-r--r--include/cru/win/exception.hpp2
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);