forked from teamnwah/openmw-tes3coop
long line split.
This commit is contained in:
parent
37d262b147
commit
f3dc45f1ec
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ namespace CSMDoc
|
|||
|
||||
~DocumentManager();
|
||||
|
||||
Document *addDocument (const std::vector< boost::filesystem::path >& files, const boost::filesystem::path& savePath, bool new_);
|
||||
Document *addDocument (const std::vector< boost::filesystem::path >& files,
|
||||
const boost::filesystem::path& savePath,
|
||||
bool new_);
|
||||
///< The ownership of the returned document is not transferred to the caller.
|
||||
///
|
||||
/// \param new_ Do not load the last content file in \a files and instead create in an
|
||||
|
|
Loading…
Reference in a new issue