mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 10:49:57 +00:00
fixed compilation, thanks greye
This commit is contained in:
parent
41db48720d
commit
6720d85a04
1 changed files with 1 additions and 3 deletions
|
@ -226,9 +226,8 @@ void CSMWorld::ContainerRefIdAdapter::setData(const RefIdColumn *column, RefIdDa
|
|||
int index,
|
||||
const QVariant& value,
|
||||
int subRowIndex,
|
||||
int subColIndex)
|
||||
int subColIndex) const
|
||||
{
|
||||
using RefIdAdapter::setData;
|
||||
Record<ESM::Container>& record = static_cast<Record<ESM::Container>&> (
|
||||
data.getRecord (RefIdData::LocalIndex (index, UniversalId::Type_Container)));
|
||||
|
||||
|
@ -256,7 +255,6 @@ QVariant CSMWorld::ContainerRefIdAdapter::getData (const CSMWorld::RefIdColumn*
|
|||
int subRowIndex,
|
||||
int subColIndex) const
|
||||
{
|
||||
using RefIdAdapter::getData;
|
||||
const Record<ESM::Container>& record = static_cast<const Record<ESM::Container>&> (
|
||||
data.getRecord (RefIdData::LocalIndex (index, UniversalId::Type_Container)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue