mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-16 14:17:03 -06:00
ScatterDraw: Hopefully fixed warnings reported by Pradip
git-svn-id: svn://ultimatepp.org/upp/trunk@14683 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
74f660ecdf
commit
b11be82ec1
4 changed files with 37 additions and 39 deletions
|
|
@ -10,7 +10,7 @@ double DataSource::Min(Getdatafun getdata, int64& id) {
|
|||
for (int64 i = 0; i < GetCount(); ++i) {
|
||||
double d = Membercall(getdata)(i);
|
||||
if (!IsNull(d) && minVal > d) {
|
||||
minVal = d;
|
||||
minVal = d;
|
||||
id = i;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue