diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index 36e5badfd..cc0c06d38 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -339,7 +339,7 @@ class CoreExport ServerConfig : public Extensible /** Error stream, contains error output from any failed configuration parsing. */ - std::ostringstream errstr; + std::stringstream errstr; /** True if this configuration is valid enough to run with */ bool valid; |