From 044fbcbf70c685cdae12e72f098c6ef391b80ad8 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Fri, 6 Dec 2019 19:52:11 -0800 Subject: Fixed debug build error --- Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics') diff --git a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h index 4c5a6a35..7aaeaca4 100644 --- a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h +++ b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h @@ -331,7 +331,7 @@ public: if (IsEmpty()) { // Reset current alignment - VERIFY_EXPR(DbgGetNumFreeBlocks() == 1); + VERIFY_EXPR(GetNumFreeBlocks() == 1); ResetCurrAlignment(); } -- cgit v1.2.3