mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compile error
--HG-- branch : sound_dev
This commit is contained in:
parent
695dac7783
commit
41968b0674
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