Source: obdgpslogger
Version: 0.16-1
Severity: important
Tags: patch
fluid 1.3.x, which is currently available in experimental and which I
plan to upload to unstable in a few days, generates somewhat different
output from 1.1.x. Most of the differences are purely formal, such
that fluid 1.3.x output is generally compatible with FLTK 1.1
development environments and vice versa. One change, however, affects
obdgpslogger: per http://www.fltk.org/str.php?L2259, fluid no longer
produces (empty) implementations for totally empty functions in .fl
files -- in this case, obdconvertwindow::~obdconvertwindow.
It's possible to force fluid's hand by adding comments to such
functions' bodies, but in this case it makes more sense to retire the
(non-virtual) destructor as redundant:
--- obdgpslogger-0.16.orig/src/gui/convertwindow.fl
+++ obdgpslogger-0.16/src/gui/convertwindow.fl
@@ -102,8 +102,6 @@ if(0 < f.count())
}
code {mMainui = obdui;} {}
}
- Function {~obdconvertwindow()} {open
- } {}
decl {OBDUI *mMainui;} {}
decl {enum obd_convert_type mConvertType;} {}
Function {show()} {open
Could you please do so, or let me know if you'd agree to an NMU?
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]