mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 10:45:34 +00:00
Splited very long line.
This commit is contained in:
parent
aafde926d3
commit
37d262b147
2 changed files with 5 additions and 2 deletions
|
@ -71,7 +71,10 @@ namespace CSMDoc
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
Document (const Files::ConfigurationManager& configuration, const std::vector< boost::filesystem::path >& files, const boost::filesystem::path& savePath, const boost::filesystem::path& resDir, bool new_);
|
Document (const Files::ConfigurationManager& configuration,
|
||||||
|
const std::vector< boost::filesystem::path >& files,
|
||||||
|
const boost::filesystem::path& savePath,
|
||||||
|
const boost::filesystem::path& resDir, bool new_);
|
||||||
|
|
||||||
~Document();
|
~Document();
|
||||||
|
|
||||||
|
|
|
@ -42,4 +42,4 @@ namespace CSMWorld
|
||||||
CSMWorld::UniversalId::Type convertEnums(CSMWorld::ColumnBase::Display type) const;
|
CSMWorld::UniversalId::Type convertEnums(CSMWorld::ColumnBase::Display type) const;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#endif // TABLEMIMEDATA_H
|
#endif // TABLEMIMEDATA_H
|
Loading…
Reference in a new issue