mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Cleanup headers in irr/include/ (#15181)
This commit is contained in:
@@ -155,7 +155,7 @@ public:
|
||||
}
|
||||
|
||||
//! Assignment operator
|
||||
const array<T> &operator=(const array<T> &other)
|
||||
array<T> &operator=(const array<T> &other)
|
||||
{
|
||||
if (this == &other)
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user