aboutsummaryrefslogtreecommitdiff
path: root/include/cru/osx/Exception.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-08-20 22:10:45 +0800
committercrupest <crupest@outlook.com>2021-08-20 22:10:45 +0800
commite2e8ba559b0e7a797c083684b382ac4cbb2fdd5f (patch)
tree9b9e61142c490c53a5d7b3bba2c62ee6281a87db /include/cru/osx/Exception.hpp
parentbcb879240f96764b8f17da2878fc0784c51b6054 (diff)
downloadcru-e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f.tar.gz
cru-e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f.tar.bz2
cru-e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f.zip
...
Diffstat (limited to 'include/cru/osx/Exception.hpp')
-rw-r--r--include/cru/osx/Exception.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/cru/osx/Exception.hpp b/include/cru/osx/Exception.hpp
index 34c4a06c..5d057c65 100644
--- a/include/cru/osx/Exception.hpp
+++ b/include/cru/osx/Exception.hpp
@@ -2,8 +2,8 @@
#include "cru/platform/Exception.hpp"
namespace cru::platform::osx {
- class OsxException : PlatformException {
- public:
- using PlatformException::PlatformException;
- };
-}
+class OsxException : public PlatformException {
+ public:
+ using PlatformException::PlatformException;
+};
+} // namespace cru::platform::osx