mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +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()
|
RPO::~RPO()
|
||||||
{
|
{
|
||||||
if (((~GetChannelLocks()))&PART_TOPO)
|
if ( (~((PartID)GetChannelLocks())) & PART_TOPO )
|
||||||
{
|
{
|
||||||
delete rpatch;
|
delete rpatch;
|
||||||
rpatch=NULL;
|
rpatch=NULL;
|
||||||
|
|
Loading…
Reference in a new issue