summaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics')
-rw-r--r--Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.h2
1 files changed, 1 insertions, 1 deletions
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();
}