Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 420077 | Differences between
and this patch

Collapse All | Expand All

(-)ptlib-2.6.7/include/ptlib/array.h (-1 / +1 lines)
Lines 523-529 template <class T> class PScalarArray : Link Here
523
      T t;
523
      T t;
524
      stream >> t;
524
      stream >> t;
525
      if (!stream.fail())
525
      if (!stream.fail())
526
        SetAt(index, t);
526
        this->SetAt(index, t);
527
    }
527
    }
528
};
528
};
529
529

Return to bug 420077