mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
Update JsonValidation.hpp to add missing GEODE_DLL
This commit is contained in:
parent
a1c9063767
commit
5a8bc843dc
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ namespace geode {
|
|||
return T();
|
||||
}
|
||||
|
||||
JsonMaybeObject<Json> obj();
|
||||
GEODE_DLL JsonMaybeObject<Json> obj();
|
||||
|
||||
template<class T>
|
||||
struct Iterator {
|
||||
|
|
Loading…
Reference in a new issue