X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fbinding.h;h=cce8ebf8a15cfe86d174aa5641fa9d514880bcea;hb=6db7315814ee9d2f92d4b326be7c5b9e6e4b789b;hp=89c1acbc88628779ad4ddad0797aed5590745230;hpb=5b1994c45194a95069dfcadf637723f3db8249da;p=pulseview.git diff --git a/pv/prop/binding/binding.h b/pv/prop/binding/binding.h index 89c1acbc..cce8ebf8 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