From e2e8ba559b0e7a797c083684b382ac4cbb2fdd5f Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 20 Aug 2021 22:10:45 +0800 Subject: ... --- include/cru/osx/Exception.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/cru/osx/Exception.hpp') 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 -- cgit v1.2.3