Skip to content

Commit

Permalink
Fixed|MSVC: Compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 2, 2014
1 parent 0b3276c commit 618ec44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/updater/updater.cpp
Expand Up @@ -192,7 +192,7 @@ DENG2_PIMPL(Updater)

void setupUI()
{
status = new UpdaterStatusWidget;
status.reset(new UpdaterStatusWidget);
}

QString composeCheckUri()
Expand Down

0 comments on commit 618ec44

Please sign in to comment.