mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
fix merge problem
I guess I get what I deserve. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ed83f6ce32
commit
6354f97321
2 changed files with 8 additions and 5 deletions
|
@ -1362,8 +1362,9 @@ void EditCylinder::undo()
|
|||
}
|
||||
|
||||
EditSensors::EditSensors(int toCylinderIn, int fromCylinderIn)
|
||||
: dc(current_dc), d(current_dive), toCylinder(toCylinderIn), fromCylinder(fromCylinderIn)
|
||||
: d(current_dive), toCylinder(toCylinderIn), fromCylinder(fromCylinderIn)
|
||||
{
|
||||
const struct divecomputer *dc = get_dive_dc(d, dc_number);
|
||||
if (!d || !dc)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue