diff options
Diffstat (limited to 'qicclient')
-rw-r--r-- | qicclient/client.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 4e0828e..b735299 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -29,8 +29,9 @@ namespace ICClient { size_t size, size_t nmemb, void* userdata), QString const& sku); - void order(icclient_ord_order** orderPtr, QString const& sku - , icclient_catalog* catalog); + void order(icclient_ord_order** orderPtr, + QString const& sku, + icclient_catalog* catalog); void logIn(size_t (*handler)(void*, size_t, size_t, void*) , icclient_user* user , QString const& username |