diff options
Diffstat (limited to 'client.cxx')
-rw-r--r-- | client.cxx | 2 |
1 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}}); } |