summaryrefslogtreecommitdiffstats
path: root/src/sqlite3gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite3gen.cpp')
-rw-r--r--src/sqlite3gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite3gen.cpp b/src/sqlite3gen.cpp
index 04c0953..e936992 100644
--- a/src/sqlite3gen.cpp
+++ b/src/sqlite3gen.cpp
@@ -1385,7 +1385,7 @@ QCString getSQLDocBlock(const Definition *scope,
{
if (doc.isEmpty()) return "";
- std::stringstream t;
+ std::ostringstream t(std::ios_base::ate);
DocNode *root = validatingParseDoc(
fileName,
lineNr,