X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdeviceoptions.cpp;h=39e12816fd2e3243c22bfeaaea4ca0410235b179;hb=d23445348bf04a698e062a3b917360313ecbcaad;hp=2dc237a885ec6eec83f9efbdde0654ef0aa9b049;hpb=48c8844588e204568a7ae58abe0fb2070cd56d77;p=pulseview.git diff --git a/pv/prop/binding/deviceoptions.cpp b/pv/prop/binding/deviceoptions.cpp index 2dc237a..39e1281 100644 --- a/pv/prop/binding/deviceoptions.cpp +++ b/pv/prop/binding/deviceoptions.cpp @@ -35,11 +35,11 @@ #include using boost::bind; -using boost::function; +using std::function; using boost::optional; -using boost::shared_ptr; using std::make_pair; using std::pair; +using std::shared_ptr; using std::string; using std::vector;