Fixed: Warning on 64 bits

--HG--
branch : develop
feature/pipeline-tools
kervala 8 years ago
parent 829092aa8c
commit 8ef8b60ab8

@ -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…
Cancel
Save