| Index: Source/platform/transforms/IdentityTransformOperation.h
|
| diff --git a/Source/platform/transforms/IdentityTransformOperation.h b/Source/platform/transforms/IdentityTransformOperation.h
|
| index 415b9c83300602f6ad6a964b0277d7954a57b647..86d143206a676596b257ff134cf49dd8fe012c23 100644
|
| --- a/Source/platform/transforms/IdentityTransformOperation.h
|
| +++ b/Source/platform/transforms/IdentityTransformOperation.h
|
| @@ -40,7 +40,7 @@ private:
|
| virtual bool isIdentity() const OVERRIDE FINAL { return true; }
|
| virtual OperationType type() const OVERRIDE { return Identity; }
|
|
|
| - virtual bool operator==(const TransformOperation& o) const
|
| + virtual bool operator==(const TransformOperation& o) const OVERRIDE
|
| {
|
| return isSameType(o);
|
| }
|
|
|