From 7528d023c4a9b9f31ef55e8274122c2420c9b725 Mon Sep 17 00:00:00 2001 From: Mick <39217391+mick-lue@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:27:38 +0200 Subject: fix header guard typos (#2364) --- src/archivefiletree.h | 4 ++-- src/qdirfiletree.h | 4 ++-- src/virtualfiletree.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/archivefiletree.h b/src/archivefiletree.h index 89ef5be0..81ad7056 100644 --- a/src/archivefiletree.h +++ b/src/archivefiletree.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with Mod Organizer. If not, see . */ -#ifndef ARCHIVEFILENETRY_H -#define ARCHIVEFILENTRY_H +#ifndef ARCHIVEFILETREE_H +#define ARCHIVEFILETREE_H #include #include diff --git a/src/qdirfiletree.h b/src/qdirfiletree.h index 1b3f7294..b1eddb71 100644 --- a/src/qdirfiletree.h +++ b/src/qdirfiletree.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with Mod Organizer. If not, see . */ -#ifndef ARCHIVEFILENETRY_H -#define ARCHIVEFILENTRY_H +#ifndef QDIRFILETREE_H +#define QDIRFILETREE_H #include diff --git a/src/virtualfiletree.h b/src/virtualfiletree.h index de3e6f71..48d3f62f 100644 --- a/src/virtualfiletree.h +++ b/src/virtualfiletree.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with Mod Organizer. If not, see . */ -#ifndef ARCHIVEFILENETRY_H -#define ARCHIVEFILENTRY_H +#ifndef VIRTUALFILETREE_H +#define VIRTUALFILETREE_H #include -- cgit v1.3.1