summaryrefslogtreecommitdiff
path: root/glib/src/optioncontext.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/optioncontext.hg')
-rw-r--r--glib/src/optioncontext.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/optioncontext.hg b/glib/src/optioncontext.hg
index f20ec36d..9d0eb6c7 100644
--- a/glib/src/optioncontext.hg
+++ b/glib/src/optioncontext.hg
@@ -178,7 +178,7 @@ public:
* This function is used to translate user-visible strings, for --help output.
* The function takes an untranslated string and returns a translated string
*/
- typedef sigc::slot<Glib::ustring, const Glib::ustring&> SlotTranslate;
+ using SlotTranslate = sigc::slot<Glib::ustring, const Glib::ustring&>;
/**
* Sets the function which is used to translate user-visible