mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 05:36:09 +00:00
update cpp ue4 samples
This commit is contained in:
@@ -56,7 +56,7 @@ bool OpenAPIPetApi::IsValid() const
|
||||
|
||||
void OpenAPIPetApi::SetHttpRetryManager(FHttpRetrySystem::FManager& InRetryManager)
|
||||
{
|
||||
if(RetryManager != &GetHttpRetryManager())
|
||||
if (RetryManager != &InRetryManager)
|
||||
{
|
||||
DefaultRetryManager.Reset();
|
||||
RetryManager = &InRetryManager;
|
||||
|
||||
Reference in New Issue
Block a user