forked from mirror/openmw-tes3mp
Fix #include error
This commit is contained in:
parent
4c0c20b1a0
commit
c66fd69c47
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <QTextCodec>
|
||||
#include <QDebug>
|
||||
|
||||
#include "components/esm/esmreader.hpp"
|
||||
#include <components/esm/esmreader.hpp>
|
||||
|
||||
ContentSelectorModel::ContentModel::ContentModel(QObject *parent, QIcon warningIcon) :
|
||||
QAbstractTableModel(parent),
|
||||
|
|
Loading…
Reference in a new issue