diff options
Diffstat (limited to 'include/cru/common/platform/Exception.h')
-rw-r--r-- | include/cru/common/platform/Exception.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cru/common/platform/Exception.h b/include/cru/common/platform/Exception.h index c1b649f3..74dd6ad4 100644 --- a/include/cru/common/platform/Exception.h +++ b/include/cru/common/platform/Exception.h @@ -7,9 +7,6 @@ class CRU_BASE_API PlatformException : public Exception { public: using Exception::Exception; // inherit constructors - CRU_DEFAULT_COPY(PlatformException) - CRU_DEFAULT_MOVE(PlatformException) - CRU_DEFAULT_DESTRUCTOR(PlatformException) }; } // namespace cru::platform |