From e35cbef6162a79431bf8d9687f3fabcc830c1c40 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Tue, 25 Oct 2011 18:50:39 +0300 Subject: [PATCH] GitX forgot to commit these changes after downloader refactoring --- platform/apple_download.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/apple_download.h b/platform/apple_download.h index 5def5cae71..09759845dc 100644 --- a/platform/apple_download.h +++ b/platform/apple_download.h @@ -4,14 +4,14 @@ #include "../../../platform/url_generator.hpp" #include "../../../std/string.hpp" -@interface IPhoneDownload : NSObject +@interface AppleDownload : NSObject { HttpStartParams m_params; string m_currentUrl; UrlGenerator m_urlGenerator; - FILE * m_file; + FILE * m_file; /// stores information from the server, can be zero int64_t m_projectedFileSize; NSURLConnection * m_connection;