X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fbinding%2Fdecoder.hpp;h=bf670403dee317f486c5d43ab093eb74932288fa;hb=894c4b52fe140cf30a839cf3c7583fea04602683;hp=0e93cffee8ddc9b284222f036cb9174b1f7746d7;hpb=6f925ba9d6faf1077b73c5a5808259576081716a;p=pulseview.git diff --git a/pv/binding/decoder.hpp b/pv/binding/decoder.hpp index 0e93cff..bf67040 100644 --- a/pv/binding/decoder.hpp +++ b/pv/binding/decoder.hpp @@ -47,7 +47,7 @@ public: private: static shared_ptr bind_enum(const QString &name, - const srd_decoder_option *option, + const QString &desc, const srd_decoder_option *option, prop::Property::Getter getter, prop::Property::Setter setter); Glib::VariantBase getter(const char *id); @@ -59,7 +59,7 @@ private: shared_ptr decoder_; }; -} // binding -} // pv +} // namespace binding +} // namespace pv #endif // PULSEVIEW_PV_BINDING_DECODER_HPP