X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2Fftdi.hpp;h=d85371781e3462448ae6d50c0193c4a4731d77f5;hp=ec0e13dbb66de62a76d14e769ba474531d36e105;hb=1c9c026df9109d8bc6c5e45104fc03cff9827c03;hpb=2d790e377ad5f1c61b38436aa3d5a201c9184028 diff --git a/ftdipp/ftdi.hpp b/ftdipp/ftdi.hpp index ec0e13d..d853717 100644 --- a/ftdipp/ftdi.hpp +++ b/ftdipp/ftdi.hpp @@ -174,7 +174,7 @@ public: List(struct ftdi_device_list* devlist = 0); ~List(); - static List* find_all(int vendor, int product); + static List* find_all(Context &context, int vendor, int product); /// List type storing "Context" objects typedef std::list ListType;