summaryrefslogtreecommitdiffstats
path: root/src/gui/ThreadedLoader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ThreadedLoader.hpp')
-rw-r--r--src/gui/ThreadedLoader.hpp2
1 files changed, 1 insertions, 1 deletions
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<void> Closure;
+ using Closure = sigc::slot<void>;
void run();