1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-07 07:45:35 +00:00

Fix build error

This commit is contained in:
Stanislav Bas 2015-07-04 02:02:22 +03:00 committed by cc9cii
parent 977f317eb9
commit 214a448ecf
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,6 @@
#include <QLayout>
#include "../../model/world/commanddispatcher.hpp"
#include "../../model/world/universalid.hpp"
CSVWorld::ExtendedCommandConfigurator::ExtendedCommandConfigurator(CSMDoc::Document &document,
const CSMWorld::UniversalId &id,

View file

@ -5,6 +5,8 @@
#include <QWidget>
#include "../../model/world/universalid.hpp"
class QPushButton;
class QGroupBox;
class QCheckBox;
@ -19,7 +21,6 @@ namespace CSMDoc
namespace CSMWorld
{
class CommandDispatcher;
class UniversalId;
}
namespace CSVWorld