summaryrefslogtreecommitdiffstats
path: root/commands/command_edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands/command_edit.h')
-rw-r--r--commands/command_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command_edit.h b/commands/command_edit.h
index e10934704..e99ce2407 100644
--- a/commands/command_edit.h
+++ b/commands/command_edit.h
@@ -386,6 +386,7 @@ public:
private:
dive *oldDive; // Dive that is going to be overwritten
OwningDivePtr newDive; // New data
+ dive_site *newDiveSite;
int changedFields;
dive_site *siteToRemove;