lottie: make animation class constructor private. 81/189581/1
authorsubhransu mohanty <sub.mohanty@samsung.com>
Wed, 19 Sep 2018 02:29:26 +0000 (11:29 +0900)
committersubhransu mohanty <sub.mohanty@samsung.com>
Wed, 19 Sep 2018 02:29:26 +0000 (11:29 +0900)
commite341c2cf579eabc08167c77153df79e3251fa941
tree2ca15def3521dc47228964bddb56c5d81b9a264a
parentcf2d643534a5ce067c5a7100cf7346c5abd55afe
lottie: make animation class constructor private.

we can't use make_unique to create the animation object anymore because the constructor is private.
so used unique_ptr constructor instead.

Change-Id: I23b68c68d1b960085800365662ebb1cc676731cc
inc/lottieanimation.h
src/lottie/lottieanimation.cpp