projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e63597
)
lottie: remove inline from public api.
66/185366/1
author
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 30 Jul 2018 04:40:24 +0000
(13:40 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 30 Jul 2018 04:40:24 +0000
(13:40 +0900)
Change-Id: Ia6fdd2ddf0029f7aa1af57446e327ac6887708c8
src/vector/vrle.cpp
patch
|
blob
|
history
diff --git
a/src/vector/vrle.cpp
b/src/vector/vrle.cpp
index 83487ac88910571607b209f627b5b7bd7275f0a0..87365f5bd813289453cda1016d6755bfb431b430 100644
(file)
--- a/
src/vector/vrle.cpp
+++ b/
src/vector/vrle.cpp
@@
-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;