]> sigrok.org Git - pulseview.git/blobdiff - pv/binding/decoder.hpp
Fix #957 and #874 by implementing the pane splitter
[pulseview.git] / pv / binding / decoder.hpp
index 0e93cffee8ddc9b284222f036cb9174b1f7746d7..bf670403dee317f486c5d43ab093eb74932288fa 100644 (file)
@@ -47,7 +47,7 @@ public:
 
 private:
        static shared_ptr<prop::Property> 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<pv::data::decode::Decoder> decoder_;
 };
 
-} // binding
-} // pv
+}  // namespace binding
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_BINDING_DECODER_HPP