Change Glib::Variant<uint64_t> to Glib::Variant<guint64>.
authorTom Feist <shabble@metavore.org>
Sun, 9 Nov 2014 22:54:53 +0000 (22:54 +0000)
committerMartin Ling <martin-git@earth.li>
Mon, 10 Nov 2014 10:26:43 +0000 (10:26 +0000)
commit15289d5c8736152f7f8ef37bb6e22b186ca7bd2d
tree6dd2c7d00d2011a1963882cc7d86013eade2f757
parent4fe06f499c5dafe187832036b900354f0d1da284
Change Glib::Variant<uint64_t> to Glib::Variant<guint64>.

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<guint64> are not found if
Glib::Variant<uint64_t> is used.
pv/toolbars/samplingbar.cpp