X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdecoder.hpp;h=bf670403dee317f486c5d43ab093eb74932288fa;hp=0e93cffee8ddc9b284222f036cb9174b1f7746d7;hb=33094993339188a3baef302fb09eff6bf6bb6779;hpb=6f925ba9d6faf1077b73c5a5808259576081716a diff --git a/pv/binding/decoder.hpp b/pv/binding/decoder.hpp index 0e93cffe..bf670403 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