[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Thu Mar 17 22:08:54 CET 2005
Should base curves and vcurves be unified? Vcurves are (and I think will
always be, from now on) the only kind of base curves.
On Thursday 17 March 2005 15:58, George Staikos wrote:
> CVS commit by staikos:
>
> updates
>
>
> M +2 -2 updatethread.cpp 1.43
>
>
> --- kdeextragear-2/kst/kst/updatethread.cpp #1.42:1.43
> @@ -149,9 +149,9 @@ bool UpdateThread::doUpdates(bool force,
> {
> // Must make a copy to avoid deadlock
> - KstVCurveList cl = kstObjectSubList<KstDataObject,
> KstVCurve>(KST::dataObjectList); + KstBaseCurveList cl =
> kstObjectSubList<KstDataObject, KstBaseCurve>(KST::dataObjectList);
>
> // Update all curves
> for (uint i = 0; i < cl.count(); ++i) {
> - KstVCurvePtr bcp = cl[i];
> + KstBaseCurvePtr bcp = cl[i];
> assert(bcp.data());
> #if UPDATEDEBUG > 1
>
>
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst
More information about the Kst
mailing list