summaryrefslogtreecommitdiffstats
path: root/Table.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 /Table.h
parente56089e1fa880064999ed6881e93f500445eacfb (diff)
Force to keep explicit forward declarations
Diffstat (limited to 'Table.h')
-rw-r--r--Table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Table.h b/Table.h
index aec66c49..ac6cc361 100644
--- a/Table.h
+++ b/Table.h
@@ -19,9 +19,9 @@ in the source distribution for its full text.
#include "Vector.h"
-struct Machine_;
-struct Panel_;
-struct Row_;
+struct Machine_; // IWYU pragma: keep
+struct Panel_; // IWYU pragma: keep
+struct Row_; // IWYU pragma: keep
typedef struct Table_ {
/* Super object for emulated OOP */

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