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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/command_edit.h b/commands/command_edit.h
index aeecc0bab..6a5b8230f 100644
--- a/commands/command_edit.h
+++ b/commands/command_edit.h
@@ -353,7 +353,7 @@ protected:
~EditWeightBase();
weightsystem_t ws;
- std::vector<int> indexes; // An index for each dive in the dives vector.
+ std::vector<int> indices; // An index for each dive in the dives vector.
bool workToBeDone() override;
};