diff options
Diffstat (limited to 'js/ipc/WrapperAnswer.cpp')
-rw-r--r-- | js/ipc/WrapperAnswer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ipc/WrapperAnswer.cpp b/js/ipc/WrapperAnswer.cpp index 6ae68e01f..563f8f90d 100644 --- a/js/ipc/WrapperAnswer.cpp +++ b/js/ipc/WrapperAnswer.cpp @@ -795,4 +795,4 @@ WrapperAnswer::RecvDropObject(const ObjectId& objId) objects_.remove(objId); } return true; -}
\ No newline at end of file +} |