workaround changes in glibmm 2.49.x
authorNils Philippsen <nils@tiptoe.de>
Thu, 4 Aug 2016 07:48:47 +0000 (09:48 +0200)
committerNils Philippsen <nils@tiptoe.de>
Thu, 4 Aug 2016 07:52:22 +0000 (09:52 +0200)
commit65c2e089ab263c83bff7d2e945b80c53f80b749b
tree4009d005e196cf1d21c3cef8159e5f99be4d4e59
parentd6fd0486aef08fcccf013d889734971ed01eaedd
workaround changes in glibmm 2.49.x

Glib::RefPtr defines the operator bool() as explicit which breaks
comparisons like "some_ref_ptr == 0" or "... != 0".

https://bugzilla.gnome.org/show_bug.cgi?id=769502
gtk2_ardour/ardour_ui.cc
gtk2_ardour/fft_graph.cc
gtk2_ardour/startup.cc
libs/gtkmm2ext/actions.cc
libs/gtkmm2ext/fastmeter.cc