forked from loafle/openapi-generator-original
update cpp ue4 samples
This commit is contained in:
@@ -56,7 +56,7 @@ bool OpenAPIStoreApi::IsValid() const
|
||||
|
||||
void OpenAPIStoreApi::SetHttpRetryManager(FHttpRetrySystem::FManager& InRetryManager)
|
||||
{
|
||||
if(RetryManager != &GetHttpRetryManager())
|
||||
if (RetryManager != &InRetryManager)
|
||||
{
|
||||
DefaultRetryManager.Reset();
|
||||
RetryManager = &InRetryManager;
|
||||
|
||||
Reference in New Issue
Block a user