summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/filterpreset.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/filterpreset.h b/core/filterpreset.h
index d10f1a06e..86bf30221 100644
--- a/core/filterpreset.h
+++ b/core/filterpreset.h
@@ -28,7 +28,8 @@ using filter_preset_table_t = std::vector<filter_preset>;
extern filter_preset_table_t filter_preset_table;
#else
struct filter_preset;
-typedef void filter_preset_table_t;
+struct filter_preset_table;
+typedef struct filter_preset_table filter_preset_table_t;
#endif