Index: Source/platform/LifecycleContextTest.cpp |
diff --git a/Source/platform/LifecycleContextTest.cpp b/Source/platform/LifecycleContextTest.cpp |
index c885aaf6c94229f12b6730aa15281282cc744fbe..5bed89bb663a868549e26e01901d1abd0667dc39 100644 |
--- a/Source/platform/LifecycleContextTest.cpp |
+++ b/Source/platform/LifecycleContextTest.cpp |
@@ -62,7 +62,7 @@ public: |
, m_contextDestroyedCalled(false) |
{ } |
- virtual void contextDestroyed() OVERRIDE |
+ virtual void contextDestroyed() override |
{ |
LifecycleObserver<DummyContext>::contextDestroyed(); |
m_contextDestroyedCalled = true; |