apply clang-tidy modernize-use-override
[folly.git] / folly / dynamic-inl.h
index fe65cbbc995709e6f8f3bb590624c0c3c25cf0c5..48666de3ac343efa7ec93e7bc6882e53e712400b 100644 (file)
@@ -78,7 +78,7 @@ struct TypeError : std::runtime_error {
   explicit TypeError(const std::string& expected, dynamic::Type actual);
   explicit TypeError(const std::string& expected,
     dynamic::Type actual1, dynamic::Type actual2);
-  ~TypeError();
+  ~TypeError() override;
 };