lottie: remove inline from public api. 66/185366/1
authorsubhransu mohanty <sub.mohanty@samsung.com>
Mon, 30 Jul 2018 04:40:24 +0000 (13:40 +0900)
committersubhransu mohanty <sub.mohanty@samsung.com>
Mon, 30 Jul 2018 04:40:24 +0000 (13:40 +0900)
Change-Id: Ia6fdd2ddf0029f7aa1af57446e327ac6887708c8

src/vector/vrle.cpp

index 83487ac88910571607b209f627b5b7bd7275f0a0..87365f5bd813289453cda1016d6755bfb431b430 100644 (file)
@@ -605,7 +605,7 @@ VRle &VRle::operator=(const VRle &other)
     return *this;
 }
 
-inline VRle &VRle::operator=(VRle &&other)
+VRle &VRle::operator=(VRle &&other)
 {
     if (!d->ref.deref()) cleanUp(d);
     d = other.d;