mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Rename to swapWith and use a template parameter
This commit is contained in:
@@ -122,7 +122,7 @@ bool StringArray::operator!= (const StringArray& other) const noexcept
|
||||
|
||||
void StringArray::swapWith (StringArray& other) noexcept
|
||||
{
|
||||
strings.swapWithArray (other.strings);
|
||||
strings.swapWith (other.strings);
|
||||
}
|
||||
|
||||
void StringArray::clear()
|
||||
|
||||
Reference in New Issue
Block a user