Skip to content

Commit

Permalink
Fixed|libdoomsday: Multithreaded access to the data bundle registry
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 720c3bd commit 8c55e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libs/doomsday/src/resource/bundles.cpp
Expand Up @@ -131,7 +131,7 @@ DE_PIMPL(Bundles)

void parseRegistry()
{
DENG2_GUARD(this);
DE_GUARD(this);

if (!identityRegistry.isEmpty()) return;

Expand Down

0 comments on commit 8c55e7a

Please sign in to comment.