From ecad88d2128f920f5e11cc3ff443d62b225c79d3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 17:12:50 +0100 Subject: Cleanup: Use "using" instead of "typedef" where appropriate --- src/gui/ThreadedLoader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/ThreadedLoader.hpp') diff --git a/src/gui/ThreadedLoader.hpp b/src/gui/ThreadedLoader.hpp index c1e97b6e..3ab8f4a2 100644 --- a/src/gui/ThreadedLoader.hpp +++ b/src/gui/ThreadedLoader.hpp @@ -80,7 +80,7 @@ private: const URI& filename); /** Returns nothing and takes no parameters (because they have all been bound) */ - typedef sigc::slot Closure; + using Closure = sigc::slot; void run(); -- cgit v1.2.1