mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Qualify the scope of Flag_Dialogue.
This commit is contained in:
parent
ec808843c3
commit
2f29c2c077
@ -184,7 +184,7 @@ namespace CSMWorld
|
|||||||
template<typename ESXRecordT>
|
template<typename ESXRecordT>
|
||||||
struct NestedParentColumn : public Column<ESXRecordT>
|
struct NestedParentColumn : public Column<ESXRecordT>
|
||||||
{
|
{
|
||||||
NestedParentColumn (int id, int flags = Flag_Dialogue) : Column<ESXRecordT> (id,
|
NestedParentColumn (int id, int flags = ColumnBase::Flag_Dialogue) : Column<ESXRecordT> (id,
|
||||||
ColumnBase::Display_NestedHeader, flags)
|
ColumnBase::Display_NestedHeader, flags)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
@ -202,7 +202,7 @@ namespace CSMWorld
|
|||||||
struct NestedChildColumn : public NestableColumn
|
struct NestedChildColumn : public NestableColumn
|
||||||
{
|
{
|
||||||
NestedChildColumn (int id,
|
NestedChildColumn (int id,
|
||||||
Display display, int flags = Flag_Dialogue, bool isEditable = true);
|
Display display, int flags = ColumnBase::Flag_Dialogue, bool isEditable = true);
|
||||||
|
|
||||||
virtual bool isEditable() const;
|
virtual bool isEditable() const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user