mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 12:55:38 +00:00
Fix building on Linux
This commit is contained in:
parent
28e7f357f7
commit
7661fdc235
|
@ -69,7 +69,7 @@ protected:
|
||||||
typedef void (*scraper_process_httpreq)(const std::unique_ptr<HttpReq>& req, std::vector<ScraperSearchResult>& results);
|
typedef void (*scraper_process_httpreq)(const std::unique_ptr<HttpReq>& req, std::vector<ScraperSearchResult>& results);
|
||||||
|
|
||||||
// a single HTTP request that needs to be processed to get the results
|
// a single HTTP request that needs to be processed to get the results
|
||||||
class ScraperHttpRequest : ScraperRequest
|
class ScraperHttpRequest : public ScraperRequest
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ScraperHttpRequest(std::vector<ScraperSearchResult>& resultsWrite, const std::string& url, scraper_process_httpreq processFunc);
|
ScraperHttpRequest(std::vector<ScraperSearchResult>& resultsWrite, const std::string& url, scraper_process_httpreq processFunc);
|
||||||
|
|
Loading…
Reference in a new issue