mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Code modernization: src/n*, src/o* (#6280)
* Code modernization: src/n*, src/o* * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * remove unused IWritableNodeDefManager::clone() * C++ STL header style * Pointer constness in some functions
This commit is contained in:
@@ -43,7 +43,7 @@ enum ObjDefType {
|
||||
|
||||
class ObjDef {
|
||||
public:
|
||||
virtual ~ObjDef() {}
|
||||
virtual ~ObjDef() = default;
|
||||
|
||||
u32 index;
|
||||
u32 uid;
|
||||
|
Reference in New Issue
Block a user