@@ -858,7 +858,7 @@ void pxResource::processDownloadedResource(rtFileDownloadRequest* fileDownloadRe
858858 setLoadStatus (" httpStatusCode" ,(uint32_t )fileDownloadRequest->httpStatusCode ());
859859 if (gUIThreadQueue )
860860 {
861- gUIThreadQueue ->addTask (pxResource:: onDownloadCanceledUI, this , (void *)" reject" );
861+ gUIThreadQueue ->addTask (onDownloadCanceledUI, this , (void *)" reject" );
862862 }
863863 }
864864 else if (fileDownloadRequest->downloadStatusCode () == 0 &&
@@ -901,7 +901,7 @@ void pxResource::processDownloadedResource(rtFileDownloadRequest* fileDownloadRe
901901 // TODO review overall flow and organization
902902 if (gUIThreadQueue )
903903 {
904- gUIThreadQueue ->addTask (pxResource:: onDownloadCompleteUI, this , (void *)" reject" );
904+ gUIThreadQueue ->addTask (onDownloadCompleteUI, this , (void *)" reject" );
905905 }
906906 }
907907 else if (result == PX_RESOURCE_LOAD_SUCCESS)
@@ -916,7 +916,7 @@ void pxResource::processDownloadedResource(rtFileDownloadRequest* fileDownloadRe
916916 // TODO review overall flow and organization
917917 if (gUIThreadQueue )
918918 {
919- gUIThreadQueue ->addTask (pxResource:: onDownloadCompleteUI, this , (void *)" resolve" );
919+ gUIThreadQueue ->addTask (onDownloadCompleteUI, this , (void *)" resolve" );
920920 }
921921 }
922922 }
@@ -933,7 +933,7 @@ void pxResource::processDownloadedResource(rtFileDownloadRequest* fileDownloadRe
933933 // TODO review overall flow and organization
934934 if (gUIThreadQueue )
935935 {
936- gUIThreadQueue ->addTask (pxResource:: onDownloadCompleteUI, this , (void *)" reject" );
936+ gUIThreadQueue ->addTask (onDownloadCompleteUI, this , (void *)" reject" );
937937 }
938938 }
939939 }
0 commit comments