X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fint.h;h=1de99d6765cc6394164989303c8ebf3330156d5a;hp=1a3180a1a9ab324950a1beafc08bdabb48e59159;hb=e8d009288de28cb194bc7964f96677c2baf900c9;hpb=87b79835014a386fb51b52bc993dbb693bd27197 diff --git a/pv/prop/int.h b/pv/prop/int.h index 1a3180a..1de99d6 100644 --- a/pv/prop/int.h +++ b/pv/prop/int.h @@ -54,7 +54,7 @@ private: const QString _suffix; const boost::optional< std::pair > _range; - GVariant *_value; + Glib::VariantBase _value; QSpinBox *_spin_box; };