]> sigrok.org Git - pulseview.git/commitdiff
Change Glib::Variant<uint64_t> to Glib::Variant<guint64>.
authorTom Feist <redacted>
Sun, 9 Nov 2014 22:54:53 +0000 (22:54 +0000)
committerMartin Ling <redacted>
Mon, 10 Nov 2014 10:26:43 +0000 (10:26 +0000)
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.


No differences found