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 { \