summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.cxx b/client.cxx
index f5c2734..44fcea6 100644
--- a/client.cxx
+++ b/client.cxx
@@ -39,7 +39,7 @@ namespace ICClient {
{
icclient_product* product = nullptr;
icclient_flypage(handler, &product, sku.toLatin1().constData());
- if (product) emit gotFlyPage(std::shared_ptr<Product>{new ICClient::Product{product}});
+ if (product) emit gotFlyPage(std::shared_ptr<Product>{new Product{product}});
}
void Client::order(icclient_ord_order** orderPtr, QString const& sku