From dcd8f6ef0105578e10dc18975871bc59154e008c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 8 Jan 2017 22:30:15 +0000 Subject: Apply clang-tidy modernize to the codebase --- src/user_interface.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user_interface.hh') diff --git a/src/user_interface.hh b/src/user_interface.hh index 95dc9650..a6a65885 100644 --- a/src/user_interface.hh +++ b/src/user_interface.hh @@ -39,7 +39,7 @@ using OnKeyCallback = std::function; class UserInterface { public: - virtual ~UserInterface() {} + virtual ~UserInterface() = default; virtual void menu_show(ConstArrayView choices, DisplayCoord anchor, Face fg, Face bg, -- cgit v1.2.3