Get *=default*ed default constructors
[folly.git] / folly / io / async / AsyncUDPServerSocket.h
index 1a5201b9ac4103b78aa732dd90967d20ae5501a2..0476abe828dd1364cf34399a1072abd83f96b16e 100644 (file)
@@ -62,7 +62,7 @@ class AsyncUDPServerSocket : private AsyncUDPSocket::ReadCallback
       std::unique_ptr<folly::IOBuf> buf,
       bool truncated) noexcept = 0;
 
       std::unique_ptr<folly::IOBuf> buf,
       bool truncated) noexcept = 0;
 
-    virtual ~Callback() {}
+    virtual ~Callback() = default;
   };
 
   /**
   };
 
   /**