diff options
Diffstat (limited to 'src/gui/windows/okdialog.h')
-rw-r--r-- | src/gui/windows/okdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/windows/okdialog.h b/src/gui/windows/okdialog.h index 851590595..5917c8c3a 100644 --- a/src/gui/windows/okdialog.h +++ b/src/gui/windows/okdialog.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_OKDIALOG_H -#define GUI_OKDIALOG_H +#ifndef GUI_WINDOWS_OKDIALOG_H +#define GUI_WINDOWS_OKDIALOG_H #include "localconsts.h" @@ -68,4 +68,4 @@ class OkDialog final : public Window, TextBox *mTextBox; }; -#endif // GUI_OKDIALOG_H +#endif // GUI_WINDOWS_OKDIALOG_H |