Index: Source/platform/transforms/PerspectiveTransformOperation.h |
diff --git a/Source/platform/transforms/PerspectiveTransformOperation.h b/Source/platform/transforms/PerspectiveTransformOperation.h |
index 81c60799099c39528b6dc29e08504658679dbd2a..e2de31de9b372c9290e365468300a64c06f35995 100644 |
--- a/Source/platform/transforms/PerspectiveTransformOperation.h |
+++ b/Source/platform/transforms/PerspectiveTransformOperation.h |
@@ -43,7 +43,7 @@ private: |
virtual bool isIdentity() const OVERRIDE { return !m_p; } |
virtual OperationType type() const OVERRIDE { return Perspective; } |
- virtual bool operator==(const TransformOperation& o) const |
+ virtual bool operator==(const TransformOperation& o) const OVERRIDE |
{ |
if (!isSameType(o)) |
return false; |