summaryrefslogtreecommitdiff
path: root/src/settingsgen
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsgen')
-rw-r--r--src/settingsgen/settingsgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingsgen/settingsgen.cpp b/src/settingsgen/settingsgen.cpp
index d8d76a4d6..35c9911d8 100644
--- a/src/settingsgen/settingsgen.cpp
+++ b/src/settingsgen/settingsgen.cpp
@@ -103,7 +103,7 @@ public:
/** Clear the temporary storage. */
void Clear()
{
- this->output_buffer.Clear();
+ this->output_buffer.clear();
}
/**