diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-21 12:28:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-21 20:26:12 +0300 |
commit | f4fe732ccbd65fd584b7787f3b5aec904a85d11b (patch) | |
tree | 5cf6023ab3713316326547026c10f2fb4ce6d8b8 /src/gui/windows/serverdialog.h | |
parent | c78423448941517eeae0a60e703a5dc2976aed0c (diff) | |
download | ManaVerse-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.gz ManaVerse-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.bz2 ManaVerse-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.xz ManaVerse-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.zip |
Fix code style.
Diffstat (limited to 'src/gui/windows/serverdialog.h')
-rw-r--r-- | src/gui/windows/serverdialog.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/windows/serverdialog.h b/src/gui/windows/serverdialog.h index e2ab64ada..f10a222e6 100644 --- a/src/gui/windows/serverdialog.h +++ b/src/gui/windows/serverdialog.h @@ -25,7 +25,7 @@ #include "gui/widgets/window.h" -#include "net/download.h" +#include "net/downloadstatus.h" #include "net/serverinfo.h" #include "utils/mutex.h" @@ -42,6 +42,11 @@ class Label; class ListBox; class ServersListModel; +namespace Net +{ + class Download; +} + /** * The server choice dialog. * |