mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Warning on 64 bits
This commit is contained in:
parent
b1b13aedb8
commit
e387a1c31f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ RPO::RPO(PatchObject& pPO) : PatchObject(pPO)
|
|||
|
||||
RPO::~RPO()
|
||||
{
|
||||
if (((~GetChannelLocks()))&PART_TOPO)
|
||||
if ( (~((PartID)GetChannelLocks())) & PART_TOPO )
|
||||
{
|
||||
delete rpatch;
|
||||
rpatch=NULL;
|
||||
|
|
Loading…
Reference in a new issue