| Index: Source/platform/transforms/MatrixTransformOperation.h
|
| diff --git a/Source/platform/transforms/MatrixTransformOperation.h b/Source/platform/transforms/MatrixTransformOperation.h
|
| index cd256a5053a753331bb29ec9e29c00d1545714c4..ce842c13a00a42165fc255d1b1cef7acc02c4f8e 100644
|
| --- a/Source/platform/transforms/MatrixTransformOperation.h
|
| +++ b/Source/platform/transforms/MatrixTransformOperation.h
|
| @@ -49,7 +49,7 @@ private:
|
|
|
| virtual OperationType type() const OVERRIDE { return Matrix; }
|
|
|
| - virtual bool operator==(const TransformOperation& o) const
|
| + virtual bool operator==(const TransformOperation& o) const OVERRIDE
|
| {
|
| if (!isSameType(o))
|
| return false;
|
|
|