summaryrefslogtreecommitdiff
path: root/platform/android/src/style/value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/value.hpp')
-rw-r--r--platform/android/src/style/value.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/value.hpp b/platform/android/src/style/value.hpp
index b3e665e57b..0c702bb465 100644
--- a/platform/android/src/style/value.hpp
+++ b/platform/android/src/style/value.hpp
@@ -13,7 +13,7 @@ public:
Value(jni::JNIEnv&, const jni::Object<>&);
Value(Value&&) = default;
- Value& operator=(Value&&) = default;
+ Value& operator=(Value&&) = delete;
Value(const Value&) = delete;
Value& operator=(const Value&) = delete;