Get *=default*ed default constructors
[folly.git] / folly / wangle / ssl / SSLContextManager.cpp
index 101dde79035231e08e94f1482f59eddd285f7035..095e13ca7ef06302c26682e085bbac67e32f44a8 100644 (file)
@@ -144,7 +144,7 @@ std::string flattenList(const std::list<std::string>& list) {
 
 }
 
-SSLContextManager::~SSLContextManager() {}
+SSLContextManager::~SSLContextManager() = default;
 
 SSLContextManager::SSLContextManager(
   EventBase* eventBase,