diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-03-20 17:24:08 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 13:01:48 +0100 |
commit | 8fb4672aef888fc5a582ca9508799ecdbe777c42 (patch) | |
tree | 346757e6c1bc9664a53270f868a1762edf094e2d /forms/source | |
parent | d1091fd50adb1c01d1b1393fd662278611f9e7e1 (diff) |
ScopedVclPtr: needs an = operator to make life flow.
Without this, assigning to a ScopedVclPtr instance thus:
pScopedVclPtr = new Foo();
constructed a new intermediate ScopedVCLPtr, used a default assignment
operator, unhelpfully disposing the new Foo before it could make it to
pScopedVclPtr => add operator, and hide problematic constructors.
Change-Id: Icc0da962938bf115eac0c24a6a76cfeb66ddf23a
Diffstat (limited to 'forms/source')
0 files changed, 0 insertions, 0 deletions