summaryrefslogtreecommitdiff
path: root/src/gui/debugwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/debugwindow.h')
-rw-r--r--src/gui/debugwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/debugwindow.h b/src/gui/debugwindow.h
index 26bedf9ce..972378708 100644
--- a/src/gui/debugwindow.h
+++ b/src/gui/debugwindow.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef DEBUGWINDOW_H
-#define DEBUGWINDOW_H
+#ifndef GUI_DEBUGWINDOW_H
+#define GUI_DEBUGWINDOW_H
#include "gui/widgets/container.h"
#include "gui/widgets/window.h"
@@ -162,4 +162,4 @@ class DebugWindow final : public Window
extern DebugWindow *debugWindow;
-#endif
+#endif // GUI_DEBUGWINDOW_H