Alignment: To use default copy constructor in the constraints 64/29864/1
authorXiangyin Ma <x1.ma@samsung.com>
Wed, 5 Nov 2014 11:10:53 +0000 (11:10 +0000)
committerXiangyin Ma <x1.ma@samsung.com>
Wed, 5 Nov 2014 11:12:01 +0000 (11:12 +0000)
commit00b235134cddc3212e449dff3153c94f523c78aa
tree80a00dc06b466d89db1c308c4f44ce9b12b65ceb
parent42eeffaa69044c2236996eb543416486ae92335c
Alignment: To use default copy constructor in the constraints

[Problem] Klocwork issues

[Cause] Class defines a copy contructor, but not assignment operator

[Solution] The default copy contructor has the same behaviour with the current defined ones
           So remove them and use the default one instead

Change-Id: I0ff86d4b44d4ed07f2929b530359d83461712279
base/dali-toolkit/internal/controls/alignment/alignment-impl.cpp