diff options
Diffstat (limited to 'src/gui/windows/textcommandeditor.h')
-rw-r--r-- | src/gui/windows/textcommandeditor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/windows/textcommandeditor.h b/src/gui/windows/textcommandeditor.h index 610b014d5..1a1138b3a 100644 --- a/src/gui/windows/textcommandeditor.h +++ b/src/gui/windows/textcommandeditor.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_TEXTCOMMANDEDITOR_H -#define GUI_TEXTCOMMANDEDITOR_H +#ifndef GUI_WINDOWS_TEXTCOMMANDEDITOR_H +#define GUI_WINDOWS_TEXTCOMMANDEDITOR_H #include "gui/widgets/window.h" @@ -100,4 +100,4 @@ class TextCommandEditor final : public Window, public gcn::ActionListener bool mEnabledKeyboard; }; -#endif // GUI_TEXTCOMMANDEDITOR_H +#endif // GUI_WINDOWS_TEXTCOMMANDEDITOR_H |