diff options
Diffstat (limited to 'commands/command_edit.h')
-rw-r--r-- | commands/command_edit.h | 1 |
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; |