mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 02:45:35 +00:00
Qualify the scope of Flag_Dialogue.
This commit is contained in:
parent
ec808843c3
commit
2f29c2c077
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue