Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 422635
Collapse All | Expand All

(-)opal-3.6.8_orig/include/opal/opalmixer.h (-1 / +1 lines)
Lines 97-103 Link Here
97
      dataLen = size;
97
      dataLen = size;
98
    }
98
    }
99
99
100
    PMemBuffer(const PBYTEArray & obj)
100
    PMemBuffer(PBYTEArray & obj)
101
    { 
101
    { 
102
      common = new Common(obj.GetPointer(), obj.GetSize());
102
      common = new Common(obj.GetPointer(), obj.GetSize());
103
      data    = common->base.GetPointer();
103
      data    = common->base.GetPointer();

Return to bug 422635