summaryrefslogtreecommitdiff
path: root/video/KMDOD/blthw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'video/KMDOD/blthw.cxx')
-rw-r--r--video/KMDOD/blthw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/KMDOD/blthw.cxx b/video/KMDOD/blthw.cxx
index 2e6d2e5d..f9e8a51b 100644
--- a/video/KMDOD/blthw.cxx
+++ b/video/KMDOD/blthw.cxx
@@ -282,7 +282,7 @@ BDD_HWBLT::ExecutePresentDisplayOnly(
SIZE_T size = sizeof(DoPresentMemory) + sizeMoves + sizeRects;
DoPresentMemory* ctx = reinterpret_cast<DoPresentMemory*>
- (new (PagedPool) BYTE[size]);
+ (new (BDD_POOL_TYPE::Paged) BYTE[size]);
if (!ctx)
{