X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=bindings%2Fcxx%2FQuantityFlag_methods.hpp;h=47e622fe1eaa2d663e7dae6e35f7792e3a274b89;hb=e4204b1757459a03c0a70849a659f27387edc295;hp=d07c37a1b325d9a5bb6285d407de6a3391958e4c;hpb=8686b747cd40695c36f998603f6e853ee5eea883;p=libsigrok.git diff --git a/bindings/cxx/QuantityFlag_methods.hpp b/bindings/cxx/QuantityFlag_methods.hpp index d07c37a1..47e622fe 100644 --- a/bindings/cxx/QuantityFlag_methods.hpp +++ b/bindings/cxx/QuantityFlag_methods.hpp @@ -1,7 +1,7 @@ /** Get flags corresponding to a bitmask. */ - static vector + static std::vector flags_from_mask(unsigned int mask); /** Get bitmask corresponding to a set of flags. */ static unsigned int mask_from_flags( - vector flags); + std::vector flags);