diff options
| -rw-r--r-- | client.cxx | 2 | ||||
| m--------- | libicclient | 0 | 
2 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ namespace ICClient {  			QString const& prodGroup)  	{  		icclient_catalog* catalog = nullptr; -		icclient_results(handler, &catalog, prodGroup.toLatin1().constData()); +		icclient_results(prodGroup.toLatin1().constData(), handler, &catalog);  		if (catalog) emit gotResults(new Catalog{catalog});  	} diff --git a/libicclient b/libicclient -Subproject f9ccf11dab8e7ffef363c774c94c660c144f8ef +Subproject a9c230a80abfb78f09980efad809666050c702b |