summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-11-28 15:16:40 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit9ee8a7ca64799c01f5aed9c421178e65bcfb3204 (patch)
tree93303ade9a63d49f7ae90227476ae7c2f25f313f /Settings.h
parente56089e1fa880064999ed6881e93f500445eacfb (diff)
Force to keep explicit forward declarations
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Settings.h b/Settings.h
index d3ee57a2..61696064 100644
--- a/Settings.h
+++ b/Settings.h
@@ -23,8 +23,8 @@ in the source distribution for its full text.
#define CONFIG_READER_MIN_VERSION 3
-struct DynamicScreen_;
-struct Table_;
+struct DynamicScreen_; // IWYU pragma: keep
+struct Table_; // IWYU pragma: keep
typedef struct {
const char* name;

© 2014-2024 Faster IT GmbH | imprint | privacy policy