mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 17:45:34 +00:00
Corrected compilation error (g++ 4.8.2) triggered by not found declaration
in argument-dependent lookup at the point of instantiation. Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
3146af34d6
commit
489475a32f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ namespace CSMWorld
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
record.mState = RecordBase::State_Deleted;
|
record.mState = RecordBase::State_Deleted;
|
||||||
setRecord (index, record);
|
this->setRecord (index, record);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue