Fix GlogFormatterTest on Windows
[folly.git] / folly / futures / DrivableExecutor.h
index d0392bbf94cd443ea1496236283bdc3dd859d399..49b3c5d74d7c300d241dd694f175ae0852dfe662 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ namespace folly {
 
 class DrivableExecutor : public virtual Executor {
  public:
-  virtual ~DrivableExecutor() = default;
+  ~DrivableExecutor() override = default;
 
   // Make progress on this Executor's work.
   //