mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
add missing GEODE_DLL to web::fetchJSON
This commit is contained in:
parent
3fe102d2ca
commit
2c1eb674c9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace geode::utils::web {
|
|||
* @param url URL to fetch
|
||||
* @returns Returned data as JSON, or error on error
|
||||
*/
|
||||
Result<matjson::Value> fetchJSON(std::string const& url);
|
||||
GEODE_DLL Result<matjson::Value> fetchJSON(std::string const& url);
|
||||
|
||||
class SentAsyncWebRequest;
|
||||
template <class T>
|
||||
|
|
Loading…
Add table
Reference in a new issue