diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-23 03:12:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-23 03:12:59 +0300 |
commit | a74191bc53df482ce637ba585016105673add785 (patch) | |
tree | b9278259cb1cf9249117b80baeddaff34f7c0a91 /src/gui/updatewindow.cpp | |
parent | db39d0fd0f3487bff91fd727e87546964f0cda69 (diff) | |
download | plus-a74191bc53df482ce637ba585016105673add785.tar.gz plus-a74191bc53df482ce637ba585016105673add785.tar.bz2 plus-a74191bc53df482ce637ba585016105673add785.tar.xz plus-a74191bc53df482ce637ba585016105673add785.zip |
Fix some code style and compilation warnings.
Diffstat (limited to 'src/gui/updatewindow.cpp')
-rw-r--r-- | src/gui/updatewindow.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/updatewindow.cpp b/src/gui/updatewindow.cpp index 27718928d..eb5471e2a 100644 --- a/src/gui/updatewindow.cpp +++ b/src/gui/updatewindow.cpp @@ -420,8 +420,9 @@ void UpdaterWindow::download() } if (mDownloadStatus == UPDATE_PATCH) { - mDownload = new Net::Download(this, "http://manaplus.evolonline.org/update/" - + mCurrentFile, updateProgress, true); + mDownload = new Net::Download(this, + "http://manaplus.evolonline.org/update/" + mCurrentFile, + updateProgress, true); } else { |