Index: Source/platform/transforms/TransformOperations.cpp |
diff --git a/Source/platform/transforms/TransformOperations.cpp b/Source/platform/transforms/TransformOperations.cpp |
index 4f7d82fa923091ba4453548c46a6f4964fb1c57b..b9d4ade92b71d593bcc4b3580f3cf7c497881dfc 100644 |
--- a/Source/platform/transforms/TransformOperations.cpp |
+++ b/Source/platform/transforms/TransformOperations.cpp |
@@ -113,7 +113,7 @@ TransformOperations TransformOperations::add(const TransformOperations& addend) |
{ |
TransformOperations result; |
result.m_operations = operations(); |
- result.m_operations.append(addend.operations()); |
+ result.m_operations.appendVector(addend.operations()); |
return result; |
} |