mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 11:33:15 -04:00
- Add patch from Debian to fix issue with muparser scripting - Fix runtime problem with Python scripting support - Bump PORTREVISION - Take maintainership
17 lines
559 B
Groff
17 lines
559 B
Groff
Obtained from: https://bugs.gentoo.org/641514#c2
|
|
--- qtiplot/src/scripting/qti.sip.orig 2018-01-02 11:37:07 UTC
|
|
+++ qtiplot/src/scripting/qti.sip
|
|
@@ -3243,11 +3243,11 @@ class FFT : Filter (public)
|
|
%MethodCode
|
|
SIPQTI_APP(new sipFFT(app, a0, *a1, a2, a3))
|
|
%End
|
|
- FFT(QwtPlotCurve *&) /NoDerived/;
|
|
+ FFT(QwtPlotCurve *) /NoDerived/;
|
|
%MethodCode
|
|
SIPQTI_APP(new sipFFT(app, a0))
|
|
%End
|
|
- FFT(QwtPlotCurve *&, double, double) /NoDerived/;
|
|
+ FFT(QwtPlotCurve *, double, double) /NoDerived/;
|
|
%MethodCode
|
|
SIPQTI_APP(new sipFFT(app, a0, a1, a2))
|
|
%End
|