Update JsonValidation.hpp to add missing GEODE_DLL

This commit is contained in:
alk 2022-10-23 16:39:33 +03:00 committed by GitHub
parent a1c9063767
commit 5a8bc843dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -242,7 +242,7 @@ namespace geode {
return T();
}
JsonMaybeObject<Json> obj();
GEODE_DLL JsonMaybeObject<Json> obj();
template<class T>
struct Iterator {