summaryrefslogtreecommitdiff
path: root/src/gui/windows/debugwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/debugwindow.h')
-rw-r--r--src/gui/windows/debugwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/debugwindow.h b/src/gui/windows/debugwindow.h
index 12bb97f13..af4d0732e 100644
--- a/src/gui/windows/debugwindow.h
+++ b/src/gui/windows/debugwindow.h
@@ -64,7 +64,7 @@ class DebugWindow final : public Window
#ifdef USE_PROFILER
void logicChildren();
-#endif
+#endif // USE_PROFILER
private:
TabbedArea *mTabs A_NONNULLPOINTER;