From 0e5df130392be8238f5bbbea3c9144e9dd683a17 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Tue, 18 Apr 2017 20:13:09 +0200 Subject: Binding: Change BindingFlags to Binding::Flags. --- glib/src/binding.ccg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'glib/src/binding.ccg') diff --git a/glib/src/binding.ccg b/glib/src/binding.ccg index 7d660297..dfad8a66 100644 --- a/glib/src/binding.ccg +++ b/glib/src/binding.ccg @@ -14,6 +14,8 @@ * License along with this library. If not, see . */ +using Flags = Glib::Binding::Flags; + #include #include @@ -80,7 +82,7 @@ namespace Glib // static Glib::RefPtr Binding::bind_property_value(const PropertyProxy_Base& source_property, - const PropertyProxy_Base& target_property, BindingFlags flags, const SlotTransform& transform_to, + const PropertyProxy_Base& target_property, Flags flags, const SlotTransform& transform_to, const SlotTransform& transform_from) { GBinding* binding = nullptr; -- cgit v1.2.1