Get *=default*ed default constructors
[folly.git] / folly / wangle / concurrent / IOExecutor.h
index 08ed94da50c86039cc0533167f8e2ffd803885af..14d9a64549c9512c2b879956190e55a0fe4a692f 100644 (file)
@@ -40,7 +40,7 @@ namespace folly { namespace wangle {
 // IOThreadPoolExecutor will be created and returned.
 class IOExecutor : public virtual Executor {
  public:
-  virtual ~IOExecutor() {}
+  virtual ~IOExecutor() = default;
   virtual EventBase* getEventBase() = 0;
 };