mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compile error
This commit is contained in:
parent
25cffcdd12
commit
f4e097fbfd
1 changed files with 1 additions and 1 deletions
|
@ -764,7 +764,7 @@ bool CBGDownloaderAccess::CDownloadCoTask::defaultMessageHandling(BGDownloader::
|
|||
{
|
||||
case BGD_Priority:
|
||||
{
|
||||
TThreadPriority tp;
|
||||
BGDownloader::TThreadPriority tp;
|
||||
msg.serialEnum(tp);
|
||||
if (tp != Parent->_DownloadThreadPriority)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue