mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 19:10:21 +00:00
corrected include to follow our standards.
This commit is contained in:
parent
6e07568b43
commit
5671a4b8e2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "nestedtablemodel.hpp"
|
||||
|
||||
#include <cassert>
|
||||
#include "./idtable.hpp"
|
||||
#include "idtable.hpp"
|
||||
|
||||
CSMWorld::NestedTableModel::NestedTableModel(const QModelIndex& parent,
|
||||
ColumnBase::Display columnId,
|
||||
|
|
Loading…
Reference in a new issue