apply clang-tidy modernize-use-override
[folly.git] / folly / io / async / DelayedDestruction.h
index cb00899e647ef14081c43b0afc7d8e5ff50061cf..c46b8ff0d701b48e529d904caab0323ee1a556e2 100644 (file)
@@ -94,7 +94,7 @@ class DelayedDestruction : public DelayedDestructionBase {
    * shared_ptr using a DelayedDestruction::Destructor as the second argument
    * to the shared_ptr constructor.
    */
-  virtual ~DelayedDestruction() = default;
+  ~DelayedDestruction() override = default;
 
   DelayedDestruction()
     : destroyPending_(false) {