diff options
-rw-r--r-- | client.cxx | 2 | ||||
m--------- | libicclient | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |