summaryrefslogtreecommitdiff
path: root/src/gui/widgets/windowcontainer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/windowcontainer.h')
-rw-r--r--src/gui/widgets/windowcontainer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/windowcontainer.h b/src/gui/widgets/windowcontainer.h
index 27fc065fe..3645b94b6 100644
--- a/src/gui/widgets/windowcontainer.h
+++ b/src/gui/widgets/windowcontainer.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef WINDOWCONTAINER_H
-#define WINDOWCONTAINER_H
+#ifndef GUI_WIDGETS_WINDOWCONTAINER_H
+#define GUI_WIDGETS_WINDOWCONTAINER_H
#include "gui/widgets/container.h"
@@ -68,4 +68,4 @@ class WindowContainer : public Container
extern WindowContainer *windowContainer;
-#endif
+#endif // GUI_WIDGETS_WINDOWCONTAINER_H