]> sigrok.org Git - pulseview.git/commitdiff
Fix polymorphic function lookup problem
authorMarcus Comstedt <redacted>
Sun, 6 Apr 2014 15:04:42 +0000 (17:04 +0200)
committerUwe Hermann <redacted>
Sun, 4 May 2014 18:09:10 +0000 (20:09 +0200)
Instead of taking min() of a qreal and a double, use two doubles.
(The result is assigned to a double anyway.)

Fixes build problem on Android


No differences found