X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FSmallLocksBenchmark.cpp;h=7d67883ddc634e84c4ccc4036d5a5f80663fc47e;hb=90989a73a5316c6c436456d1defff36a7e3680f3;hp=19830c0f2f000a09e654ba22a04ebdd9a4a08656;hpb=ed14d607d70bc342818ea2f6875316654dbc1002;p=folly.git diff --git a/folly/test/SmallLocksBenchmark.cpp b/folly/test/SmallLocksBenchmark.cpp index 19830c0f..7d67883d 100644 --- a/folly/test/SmallLocksBenchmark.cpp +++ b/folly/test/SmallLocksBenchmark.cpp @@ -59,7 +59,7 @@ struct VirtualBase { }; struct VirtualImpl : VirtualBase { - virtual void foo() { /* noop */ + void foo() override { /* noop */ } virtual ~VirtualImpl() {} };