summaryrefslogtreecommitdiff
path: root/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'client.cxx')
-rw-r--r--client.cxx2
1 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}});
}