Merge #10631: Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class
aa95947 Use the override specifier (C++11) where we expect to be overriding the virtual function of a base class (practicalswift)
Tree-SHA512: 3835e9b4ceaa4b2db485a25dfa3e5fe50c2e3ecb22ca9d5331aed7728aa496d4378fb84c0a1a3c47b0adecc10a00bca99cc239cbaf94cf2ce5b4cda497db6023
@ -393,7 +393,7 @@ class DummySignatureChecker : public BaseSignatureChecker
@@ -393,7 +393,7 @@ class DummySignatureChecker : public BaseSignatureChecker
@ -40,8 +40,8 @@ class TransactionSignatureCreator : public BaseSignatureCreator {
@@ -40,8 +40,8 @@ class TransactionSignatureCreator : public BaseSignatureCreator {
@ -148,9 +148,9 @@ class Win32LockedPageAllocator: public LockedPageAllocator
@@ -148,9 +148,9 @@ class Win32LockedPageAllocator: public LockedPageAllocator
@ -200,9 +200,9 @@ class PosixLockedPageAllocator: public LockedPageAllocator
@@ -200,9 +200,9 @@ class PosixLockedPageAllocator: public LockedPageAllocator
@ -131,7 +131,7 @@ class TestLockedPageAllocator: public LockedPageAllocator
@@ -131,7 +131,7 @@ class TestLockedPageAllocator: public LockedPageAllocator