X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fbinding%2Fdecoderoptions.h;h=e507e87c3accebafe17d356eace0a52dadc6defe;hp=11b0be724afd9d738da6de3105640a72f401a8b5;hb=6e89374a6796f8d5d9cc61b0a2f7e98562a034ae;hpb=ce94e4fd5d7ab666259231d21759613f1f2b93ee diff --git a/pv/prop/binding/decoderoptions.h b/pv/prop/binding/decoderoptions.h index 11b0be7..e507e87 100644 --- a/pv/prop/binding/decoderoptions.h +++ b/pv/prop/binding/decoderoptions.h @@ -28,7 +28,7 @@ namespace pv { namespace data { -class Decoder; +class DecoderStack; } namespace prop { @@ -37,7 +37,7 @@ namespace binding { class DecoderOptions : public Binding { public: - DecoderOptions(boost::shared_ptr decoder); + DecoderOptions(boost::shared_ptr decoder); private: GVariant* getter(const char *id); @@ -45,7 +45,7 @@ private: void setter(const char *id, GVariant *value); private: - boost::shared_ptr _decoder; + boost::shared_ptr _decoder; }; } // binding