SDK/Component: Fix typo (and compilation)

This commit is contained in:
Lynix 2016-11-23 14:12:24 +01:00
parent 8d86306933
commit 093ee3175e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ namespace Ndk
renderableDataInvalidationSlot(std::move(rhs.renderableDataInvalidationSlot)),
renderableReleaseSlot(std::move(rhs.renderableReleaseSlot)),
data(std::move(rhs.data)),
renderable(std::move(rhs.rhs)),
renderable(std::move(rhs.renderable)),
dataUpdated(rhs.dataUpdated)
{
}