diff options
Diffstat (limited to 'glib/src/valuearray.hg')
-rw-r--r-- | glib/src/valuearray.hg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/valuearray.hg b/glib/src/valuearray.hg index 518123f6..c1b56385 100644 --- a/glib/src/valuearray.hg +++ b/glib/src/valuearray.hg @@ -55,7 +55,7 @@ public: * The compare function should return -1 if v1 < v2, 0 if v1 == v2, and 1 if * v1 > v2. */ - typedef sigc::slot<int, const Glib::ValueBase&, const Glib::ValueBase&> SlotCompare; + using SlotCompare = sigc::slot<int, const Glib::ValueBase&, const Glib::ValueBase&>; /** Default constructor. Constructs a new array with no pre-allocation. */ |