X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fbinding.h;fp=pv%2Fprop%2Fbinding%2Fbinding.h;h=cce8ebf8a15cfe86d174aa5641fa9d514880bcea;hb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;hp=89c1acbc88628779ad4ddad0797aed5590745230;hpb=d9aecf1fcd9af471db3b59de7efc65b9632a6d79;p=pulseview.git diff --git a/pv/prop/binding/binding.h b/pv/prop/binding/binding.h index 89c1acb..cce8ebf 100644 --- a/pv/prop/binding/binding.h +++ b/pv/prop/binding/binding.h @@ -24,7 +24,7 @@ #include #include -#include +#include #include @@ -41,7 +41,7 @@ namespace binding { class Binding { public: - const std::vector< boost::shared_ptr >& properties(); + const std::vector< std::shared_ptr >& properties(); void commit(); @@ -54,7 +54,7 @@ public: static QString print_gvariant(GVariant *const gvar); protected: - std::vector< boost::shared_ptr > _properties; + std::vector< std::shared_ptr > _properties; }; } // binding