From 958fd013e77f819485f7437091a2ca0a01edb7c6 Mon Sep 17 00:00:00 2001 From: StormBytePP Date: Mon, 21 Sep 2015 15:31:49 +0200 Subject: Core/Build: Add Trinity::Abort definition in header file --- src/common/Debugging/Errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/Debugging') diff --git a/src/common/Debugging/Errors.h b/src/common/Debugging/Errors.h index 024c5981c72..edf56b29136 100644 --- a/src/common/Debugging/Errors.h +++ b/src/common/Debugging/Errors.h @@ -29,6 +29,8 @@ namespace Trinity DECLSPEC_NORETURN void Fatal(char const* file, int line, char const* function, char const* message) ATTR_NORETURN; DECLSPEC_NORETURN void Error(char const* file, int line, char const* function, char const* message) ATTR_NORETURN; + + DECLSPEC_NORETURN void Abort(char const* file, int line, char const* function) ATTR_NORETURN; void Warning(char const* file, int line, char const* function, char const* message); -- cgit v1.2.3