diff options
Diffstat (limited to 'src/gui/unregisterdialog.h')
-rw-r--r-- | src/gui/unregisterdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h index c6a5b3309..6ae066ff5 100644 --- a/src/gui/unregisterdialog.h +++ b/src/gui/unregisterdialog.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef UNREGISTERDIALOG_H -#define UNREGISTERDIALOG_H +#ifndef GUI_UNREGISTERDIALOG_H +#define GUI_UNREGISTERDIALOG_H #include "gui/widgets/window.h" @@ -68,4 +68,4 @@ class UnRegisterDialog final : public Window, public gcn::ActionListener WrongDataNoticeListener *mWrongDataNoticeListener; }; -#endif +#endif // GUI_UNREGISTERDIALOG_H |