diff --git a/external/3rd/library/webAPI/webAPI.h b/external/3rd/library/webAPI/webAPI.h index 0708427d..e9bb0d5a 100644 --- a/external/3rd/library/webAPI/webAPI.h +++ b/external/3rd/library/webAPI/webAPI.h @@ -70,7 +70,7 @@ namespace StellaBellum return this->responseData[slot].get(); } - return T(); // empty value of T + return static_cast(NULL); } private: