diff options
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp index d9c709626..4c24d0a96 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -513,7 +513,7 @@ SPDocument *SPDocument::createChildDoc(std::string const &uri) } else { path = uri; } - std::cout << "Added base: '" << path << "'\n"; + std::cout << "Added base: '" << path << std::endl; document = createNewDoc(path.c_str(), false, false, this); } return document; |
