mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-30 04:35:20 +01:00
Cpp11 patchset 11: continue working on constructor style migration (#6004)
This commit is contained in:
@@ -26,8 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
ReflowScan::ReflowScan(Map *map, INodeDefManager *ndef) :
|
||||
m_map(map),
|
||||
m_ndef(ndef),
|
||||
m_liquid_queue(nullptr)
|
||||
m_ndef(ndef)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user