]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/QuantityFlag_methods.hpp
Backport recent changes from mainline.
[libsigrok.git] / bindings / cxx / QuantityFlag_methods.hpp
index d07c37a1b325d9a5bb6285d407de6a3391958e4c..47e622fe1eaa2d663e7dae6e35f7792e3a274b89 100644 (file)
@@ -1,7 +1,7 @@
        /** Get flags corresponding to a bitmask. */
-       static vector<const QuantityFlag *>
+       static std::vector<const QuantityFlag *>
                flags_from_mask(unsigned int mask);
 
        /** Get bitmask corresponding to a set of flags. */
        static unsigned int mask_from_flags(
-               vector<const QuantityFlag *> flags);
+               std::vector<const QuantityFlag *> flags);