From 5e6773397cc101c7c3d08482efc456daa91734e9 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 22:52:04 +0200 Subject: Switched to use only one version of Opcode --- Opcode/Ice/IceContainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Opcode/Ice/IceContainer.h') diff --git a/Opcode/Ice/IceContainer.h b/Opcode/Ice/IceContainer.h index 9f06ada..2660cc8 100644 --- a/Opcode/Ice/IceContainer.h +++ b/Opcode/Ice/IceContainer.h @@ -192,8 +192,8 @@ void operator = (const Container& object); #ifdef CONTAINER_STATS - inline_ udword GetNbContainers() const { return mNbContainers; } - inline_ udword GetTotalBytes() const { return mUsedRam; } + udword GetNbContainers() const; + udword GetTotalBytes() const; private: static udword mNbContainers; //!< Number of containers around -- cgit v1.1