diff options
Diffstat (limited to 'src/gui/editserverdialog.h')
-rw-r--r-- | src/gui/editserverdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editserverdialog.h b/src/gui/editserverdialog.h index 383b8e795..a8503ac6a 100644 --- a/src/gui/editserverdialog.h +++ b/src/gui/editserverdialog.h @@ -19,8 +19,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef EDITSERVERDIALOG_H -#define EDITSERVERDIALOG_H +#ifndef GUI_EDITSERVERDIALOG_H +#define GUI_EDITSERVERDIALOG_H class Button; class Label; @@ -112,4 +112,4 @@ class EditServerDialog final : public Window, int mIndex; }; -#endif // EDITSERVERDIALOG_H +#endif // GUI_EDITSERVERDIALOG_H |