apply clang-tidy modernize-use-override
[folly.git] / folly / io / async / test / AsyncSocketTest.h
index f6abde8b0eb5e1b87d88ca6ee27333fcfc401f36..b84251f787977a4dbd5ce5157a7e0f79e49eaf8b 100644 (file)
@@ -96,7 +96,7 @@ class ReadCallback : public folly::AsyncTransportWrapper::ReadCallback {
         buffers(),
         maxBufferSz(_maxBufferSz) {}
 
-  ~ReadCallback() {
+  ~ReadCallback() override {
     for (std::vector<Buffer>::iterator it = buffers.begin();
          it != buffers.end();
          ++it) {