aboutsummaryrefslogtreecommitdiffstats
path: root/commands/command_divelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command_divelist.h')
-rw-r--r--commands/command_divelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/command_divelist.h b/commands/command_divelist.h
index 9569da031..cf204bedc 100644
--- a/commands/command_divelist.h
+++ b/commands/command_divelist.h
@@ -99,7 +99,7 @@ class ImportDives : public DiveListBase {
public:
// Note: dives and trips are consumed - after the call they will be empty.
ImportDives(struct dive_table *dives, struct trip_table *trips, struct dive_site_table *sites,
- filter_preset_table_t *filter_presets, int flags, const QString &source);
+ struct filter_preset_table *filter_presets, int flags, const QString &source);
private:
void undoit() override;
void redoit() override;