diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-06-07 20:41:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-06-07 21:18:22 +0300 |
commit | 28f62ac9504bc5e912cd94c302295d4dcc47e41c (patch) | |
tree | e54975711c001716663bd9daff6f81ebd2a61706 /src/gui | |
parent | 51d743a33dceb114244269cfe6fe6e80afbf41cc (diff) | |
download | mv-28f62ac9504bc5e912cd94c302295d4dcc47e41c.tar.gz mv-28f62ac9504bc5e912cd94c302295d4dcc47e41c.tar.bz2 mv-28f62ac9504bc5e912cd94c302295d4dcc47e41c.tar.xz mv-28f62ac9504bc5e912cd94c302295d4dcc47e41c.zip |
Fix namespace comments.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/widgets/characterdisplay.h | 2 | ||||
-rw-r--r-- | src/gui/windows/charselectdialog.h | 2 | ||||
-rw-r--r-- | src/gui/windows/serverdialog.h | 2 | ||||
-rw-r--r-- | src/gui/windows/updaterwindow.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/widgets/characterdisplay.h b/src/gui/widgets/characterdisplay.h index e2ae38038..def986b2d 100644 --- a/src/gui/widgets/characterdisplay.h +++ b/src/gui/widgets/characterdisplay.h @@ -36,7 +36,7 @@ class Label; namespace Net { struct Character; -} +} // namespace Net class CharacterDisplay final : public Container, public MouseListener, diff --git a/src/gui/windows/charselectdialog.h b/src/gui/windows/charselectdialog.h index 27f2111b2..23d0d22cd 100644 --- a/src/gui/windows/charselectdialog.h +++ b/src/gui/windows/charselectdialog.h @@ -41,7 +41,7 @@ class TextDialog; namespace Net { class CharServerHandler; -} +} // namespace Net /** * Character selection dialog. diff --git a/src/gui/windows/serverdialog.h b/src/gui/windows/serverdialog.h index 6ae2d8925..71c74f62e 100644 --- a/src/gui/windows/serverdialog.h +++ b/src/gui/windows/serverdialog.h @@ -46,7 +46,7 @@ class ServersListModel; namespace Net { class Download; -} +} // namespace Net /** * The server choice dialog. diff --git a/src/gui/windows/updaterwindow.h b/src/gui/windows/updaterwindow.h index e95827422..56d72b197 100644 --- a/src/gui/windows/updaterwindow.h +++ b/src/gui/windows/updaterwindow.h @@ -49,7 +49,7 @@ class ScrollArea; namespace Net { class Download; -} +} // namespace Net /** * Update progress window GUI |