mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix typos
This commit is contained in:
@ -57,7 +57,7 @@ namespace ASC
|
||||
};
|
||||
|
||||
class CDownloadManager_private;
|
||||
class CDownloadManager
|
||||
class KERNEL_DECL CDownloadManager
|
||||
{
|
||||
public:
|
||||
CDownloadManager();
|
||||
|
||||
@ -253,7 +253,7 @@ namespace ASC
|
||||
m_internal->Clear();
|
||||
}
|
||||
|
||||
bool DownloadExternal(const std::wstring& url, const std::wstring& path)
|
||||
bool CDownloadManager::DownloadExternal(const std::wstring& url, const std::wstring& path)
|
||||
{
|
||||
NSNetwork::NSFileTransport::CFileDownloader oDownloader(url, false);
|
||||
NSNetwork::NSFileTransport::CSession oSession;
|
||||
|
||||
Reference in New Issue
Block a user