Skip to content

Commit

Permalink
Fixed: Benign compiler warning (init order)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 25, 2013
1 parent 434c03f commit cee903f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/clientapp.cpp
Expand Up @@ -136,8 +136,8 @@ DENG2_PIMPL(ClientApp)
: Base(i),
menuBar(0),
inputSys(0),
winSys(0),
renderSys(0),
winSys(0),
svLink(0)
{
clientAppSingleton = thisPublic;
Expand Down

0 comments on commit cee903f

Please sign in to comment.