Index: Source/platform/transforms/RotateTransformOperation.h |
diff --git a/Source/platform/transforms/RotateTransformOperation.h b/Source/platform/transforms/RotateTransformOperation.h |
index 637697d2eeecf419ae5b63300cca1a43d7724408..83cd81234706c1e392a9975353734f664ee7945b 100644 |
--- a/Source/platform/transforms/RotateTransformOperation.h |
+++ b/Source/platform/transforms/RotateTransformOperation.h |
@@ -51,7 +51,7 @@ private: |
virtual OperationType type() const OVERRIDE { return m_type; } |
- virtual bool operator==(const TransformOperation& o) const |
+ virtual bool operator==(const TransformOperation& o) const OVERRIDE |
{ |
if (!isSameType(o)) |
return false; |