diff --git a/src/Base/Exception.h b/src/Base/Exception.h index 6f678dd6b5..cfb472afd6 100644 --- a/src/Base/Exception.h +++ b/src/Base/Exception.h @@ -89,7 +89,7 @@ namespace Base class BaseExport Exception : public BaseClass { - TYPESYSTEM_HEADER(); + TYPESYSTEM_HEADER_WITH_OVERRIDE(); public: ~Exception() throw() override = default;