From 7df7017b8ec5fe7831c0031069f24e3867500629 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 4 Apr 2014 12:02:47 +0000 Subject: [PATCH] Core: Fail__ changed git-svn-id: svn://ultimatepp.org/upp/trunk@7163 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Defs.h b/uppsrc/Core/Defs.h index 719e84187..37f9d8581 100644 --- a/uppsrc/Core/Defs.h +++ b/uppsrc/Core/Defs.h @@ -693,7 +693,7 @@ void EndianSwap(int *v, int count); void EndianSwap(int64 *v, int count); void EndianSwap(uint64 *v, int count); -class Fail__ { ~Fail__(); }; // Used as return value for function that are not to be called +class Fail__ {}; // Used as return value for function that are not to be called #define SVO_MEMCPY(tgt, src, len) \ do { \