mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 20:36:40 +00:00
Fix typo to get table display working.
This commit is contained in:
parent
727b68dd15
commit
ca21181483
1 changed files with 5 additions and 5 deletions
|
@ -165,7 +165,7 @@ namespace CSMWorld
|
|||
struct Column : public NestColumn
|
||||
{
|
||||
Column (int columnId, Display displayType, int flags = Flag_Table | Flag_Dialogue, bool canNest = false)
|
||||
: NestColumn (columnId, displayType, canNest, flags) {}
|
||||
: NestColumn (columnId, displayType, flags, canNest) {}
|
||||
|
||||
virtual QVariant get (const Record<ESXRecordT>& record) const = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue