From: Marcus Comstedt Date: Sun, 6 Apr 2014 15:04:42 +0000 (+0200) Subject: Fix polymorphic function lookup problem X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=ea86bc4d01851dab34b6ec0e1015a224cecc0fd5;hp=ea86bc4d01851dab34b6ec0e1015a224cecc0fd5;p=pulseview.git Fix polymorphic function lookup problem 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 ---