Fix error: no match for operator== (operand types are QAtomicInt and int).
--HG-- branch : release
This commit is contained in:
parent
60b323cf8e
commit
26d79e5ca2
|
@ -808,7 +808,7 @@ const QHash<QString, QSharedPointer<VInternalVariable> > *VContainer::DataVariab
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
VContainerData::~VContainerData()
|
VContainerData::~VContainerData()
|
||||||
{
|
{
|
||||||
if (ref == 0)
|
if (ref.load() == 0)
|
||||||
{
|
{
|
||||||
--VContainer::copyCounter[nspace];
|
--VContainer::copyCounter[nspace];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user