]> sigrok.org Git - pulseview.git/commit
deviceoptions.cpp make compile error on 32 bit systems
authorJoshua Frkuska <redacted>
Tue, 16 Apr 2013 14:11:09 +0000 (23:11 +0900)
committerJoel Holdsworth <redacted>
Tue, 16 Apr 2013 17:20:38 +0000 (18:20 +0100)
commitc6dd7ed262a3bc4879b511f516532bc954d743f4
treee40f908101c9a8ed6802c8a76b797797ea5748e6
parent64b678ba0bf16e3a3c1aceffef170f3dbcc588d3
deviceoptions.cpp make compile error on 32 bit systems

 fixes compile error: error: no matching function for call to ‘pv::prop::binding::DeviceOptions::bind_int(const QString&, const int&, const char [2], std::pair<long int, long int>)’

Signed-off-by: Joshua Frkuska <redacted>
pv/prop/binding/deviceoptions.cpp