From 8c55e7ac1623d265475584b16dd5c9ffc1358f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Thu, 19 Jul 2018 14:00:08 +0300 Subject: [PATCH] Fixed|libdoomsday: Multithreaded access to the data bundle registry --- doomsday/libs/doomsday/src/resource/bundles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doomsday/libs/doomsday/src/resource/bundles.cpp b/doomsday/libs/doomsday/src/resource/bundles.cpp index 52e228eb87..7d4471772e 100644 --- a/doomsday/libs/doomsday/src/resource/bundles.cpp +++ b/doomsday/libs/doomsday/src/resource/bundles.cpp @@ -131,7 +131,7 @@ DE_PIMPL(Bundles) void parseRegistry() { - DENG2_GUARD(this); + DE_GUARD(this); if (!identityRegistry.isEmpty()) return;