From: Tom Feist Date: Sun, 9 Nov 2014 22:54:53 +0000 (+0000) Subject: Change Glib::Variant to Glib::Variant. X-Git-Tag: pulseview-0.3.0~519 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=15289d5c8736152f7f8ef37bb6e22b186ca7bd2d;hp=15289d5c8736152f7f8ef37bb6e22b186ca7bd2d;ds=sidebyside Change Glib::Variant to Glib::Variant. This is needed on OSX/x86_64 where one is a typedef to unsigned long and the other to unsigned long long. Both are the same size, but they are still considered different types for the purposes of template instantiation, so the specialisations which are defined for Glib::Variant are not found if Glib::Variant is used. ---