]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/include/libsigrok/libsigrok.hpp
C++: Implement InputFormat::get_options()
[libsigrok.git] / bindings / cxx / include / libsigrok / libsigrok.hpp
index cc57d1a026cd3e470789873fc60a233188b6a578..f05205a6c997445d9243865a7ca127100c56691a 100644 (file)
@@ -825,6 +825,7 @@ protected:
                void operator()(Option *option) { delete option; }
        };
        friend class Deleter;
+       friend class InputFormat;
        friend class OutputFormat;
 };