summaryrefslogtreecommitdiff
path: root/glib/src/bytearray.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/bytearray.hg')
-rw-r--r--glib/src/bytearray.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/bytearray.hg b/glib/src/bytearray.hg
index 1db85d84..a921a656 100644
--- a/glib/src/bytearray.hg
+++ b/glib/src/bytearray.hg
@@ -58,7 +58,7 @@ public:
* int compare(const guint8* first, const guint8* second);
* </code>
*/
- typedef sigc::slot<int, const guint8*, const guint8*> SlotCompare;
+ using SlotCompare = sigc::slot<int, const guint8*, const guint8*>;
_WRAP_METHOD(static Glib::RefPtr<ByteArray> create(), g_byte_array_new)