mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
Codechange: Replace SmallVector::Clear() with std::vector::clear()
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
/** Clear the temporary storage. */
|
||||
void Clear()
|
||||
{
|
||||
this->output_buffer.Clear();
|
||||
this->output_buffer.clear();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user