mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Always return from non-void functions
This quiets a warning in Clang.
This commit is contained in:
@@ -1456,6 +1456,8 @@ public:
|
||||
i.getNode()->getValue());
|
||||
}
|
||||
|
||||
return *this;
|
||||
|
||||
}
|
||||
|
||||
Settings & operator=(Settings &other)
|
||||
|
Reference in New Issue
Block a user