summaryrefslogtreecommitdiff
path: root/src/gui/widgets/langtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/langtab.h')
-rw-r--r--src/gui/widgets/langtab.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/widgets/langtab.h b/src/gui/widgets/langtab.h
index 04c77cac2..c594981ad 100644
--- a/src/gui/widgets/langtab.h
+++ b/src/gui/widgets/langtab.h
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LANGTAB_H
-#define LANGTAB_H
+#ifndef GUI_WIDGETS_LANGTAB_H
+#define GUI_WIDGETS_LANGTAB_H
#include "gui/widgets/chattab.h"
@@ -39,4 +39,5 @@ class LangTab final : public ChatTab
};
extern LangTab *langChatTab;
-#endif
+
+#endif // GUI_WIDGETS_LANGTAB_H