Profile2: use unsigned int for the divecomputer number

display.h: dc_number is unsigned int, thus a couple of warnings
may pop-out.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2014-03-18 20:26:29 +02:00 committed by Dirk Hohndel
parent a908186716
commit 6d6721dc9b
3 changed files with 4 additions and 4 deletions

View file

@ -153,7 +153,7 @@ int DivePlotDataModel::id() const
return diveId;
}
int DivePlotDataModel::dcShown() const
unsigned int DivePlotDataModel::dcShown() const
{
return dcNr;
}