X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FW1Store.hh;h=c096816533e5f9c07bdb2d38ddc5c59910944a55;hb=03b2099858fb9e87e316eb10a0f684e3fdb27a46;hp=abdc0b656140187c17b837774a8e158e0abb44b2;hpb=80cdda7a07fe93c3f701c562f960081fa9376187;p=lib1wire.git diff --git a/src/W1Store.hh b/src/W1Store.hh index abdc0b6..c096816 100644 --- a/src/W1Store.hh +++ b/src/W1Store.hh @@ -18,7 +18,7 @@ namespace w1 { virtual ~W1Store(); static std::string location; static void set_location(std::string location_param); - static void store(std::string device_id, std::list string_list); + static void store(std::string device_id, std::list *string_list); }; }