aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/command_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/command_edit.h')
-rw-r--r--desktop-widgets/command_edit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/command_edit.h b/desktop-widgets/command_edit.h
index 13f1e3bbf..d23860283 100644
--- a/desktop-widgets/command_edit.h
+++ b/desktop-widgets/command_edit.h
@@ -236,7 +236,7 @@ struct PasteState {
int visibility;
tag_entry *tags;
cylinder_t cylinders[MAX_CYLINDERS];
- weightsystem_t weightsystems[MAX_WEIGHTSYSTEMS];
+ struct weightsystem_table weightsystems;
PasteState(dive *d, const dive *data, dive_components what); // Read data from dive data for dive d
~PasteState();