From 9f6d41e4d51314ea30f077125d451d66f441c3b6 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 14 Apr 2016 11:03:21 +0200 Subject: Binding: TransformProp: Don't remove from functor_base. Because it has been removed from the libsigc++-3.0 APi, because it is no longer useful. --- configure.ac | 2 +- glib/src/binding.hg | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ba3281f0..a667b783 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ AS_IF([test "x$enable_static" = xyes], glibreq='2.0 >= 2.48.0' -GLIBMM_MODULES="sigc++-3.0 >= 2.9.1 glib-$glibreq gobject-$glibreq gmodule-$glibreq" +GLIBMM_MODULES="sigc++-3.0 >= 2.99.5 glib-$glibreq gobject-$glibreq gmodule-$glibreq" GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq" test "x$glibmm_host_windows" = xyes || GIOMM_MODULES="$GIOMM_MODULES gio-unix-$glibreq" diff --git a/glib/src/binding.hg b/glib/src/binding.hg index cb53709e..730baadb 100644 --- a/glib/src/binding.hg +++ b/glib/src/binding.hg @@ -391,10 +391,9 @@ private: // The functor TransformProp can be implicitly converted to a SlotTransform // and used in a call to bind_property_value(). template - class TransformProp : public sigc::functor_base + class TransformProp { public: - using result_type = bool; using SlotTypedTransform = sigc::slot; TransformProp(const SlotTypedTransform& slot) : typed_transform(slot) {} -- cgit v1.2.1