summaryrefslogtreecommitdiff
path: root/math/qtiplot/files/patch-sip-4.19.6
blob: 412cf9b76578eb3a5a27398383bf41df1e2ba1a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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