1
0
Fork 0
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:
cc9cii 2015-03-07 11:42:50 +11:00
parent 727b68dd15
commit ca21181483

View file

@ -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;