summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.cxx2
m---------libicclient0
2 files changed, 1 insertions, 1 deletions
diff --git a/client.cxx b/client.cxx
index bd6b26a..90b8890 100644
--- a/client.cxx
+++ b/client.cxx
@@ -40,7 +40,7 @@ namespace ICClient {
QString const& sku)
{
icclient_product* product = nullptr;
- icclient_flypage(handler, &product, sku.toLatin1().constData());
+ icclient_flypage(sku.toLatin1().constData(), handler, &product);
if (product) emit gotFlyPage(shared_ptr<Product>{new Product{product}});
}
diff --git a/libicclient b/libicclient
-Subproject a9c230a80abfb78f09980efad809666050c702b
+Subproject e13c106e8b28111feb0f71e5c04cab8637fcadb