summaryrefslogtreecommitdiff
path: root/gio/src/actionmap.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/actionmap.hg')
-rw-r--r--gio/src/actionmap.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/actionmap.hg b/gio/src/actionmap.hg
index 6f32fdb6..e401fc82 100644
--- a/gio/src/actionmap.hg
+++ b/gio/src/actionmap.hg
@@ -88,7 +88,7 @@ public:
* For instance,
* void on_slot_activated();
*/
- typedef sigc::slot<void> ActivateSlot;
+ using ActivateSlot = sigc::slot<void>;
/** A convenience method for creating a SimpleAction instance
* and adding it to the ActionMap.