summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/characterdisplay.h2
-rw-r--r--src/gui/windows/charselectdialog.h2
-rw-r--r--src/gui/windows/serverdialog.h2
-rw-r--r--src/gui/windows/updaterwindow.h2
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