Skip to content

Commit

Permalink
MSVC: Attempting workaround for an MSVC issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 3, 2017
1 parent a0bc6ab commit 1a7bba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/libdoomsday/src/doomsdayapp.cpp
Expand Up @@ -137,7 +137,7 @@ DENG2_PIMPL(DoomsdayApp)
{
DENG2_FOR_PUBLIC_AUDIENCE2(PeriodicAutosave, i)
{
if (!busyMode.isActive())
if (!this->busyMode.isActive())
{
i->periodicAutosave();
}
Expand Down

0 comments on commit 1a7bba7

Please sign in to comment.