Fix typos

This commit is contained in:
Oleg.Korshul
2023-07-08 13:50:30 +05:00
parent e111445699
commit f6f9c522ed
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ namespace ASC
};
class CDownloadManager_private;
class CDownloadManager
class KERNEL_DECL CDownloadManager
{
public:
CDownloadManager();

View File

@ -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;