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:
|
case BGD_Priority:
|
||||||
{
|
{
|
||||||
TThreadPriority tp;
|
BGDownloader::TThreadPriority tp;
|
||||||
msg.serialEnum(tp);
|
msg.serialEnum(tp);
|
||||||
if (tp != Parent->_DownloadThreadPriority)
|
if (tp != Parent->_DownloadThreadPriority)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue