From 3face01a202040e4feff3b0936b4aa89c051c98d Mon Sep 17 00:00:00 2001 From: Dániel Juhász Date: Sat, 10 Feb 2018 22:04:16 +0200 Subject: Node definition manager refactor (#7016) * Rename IWritableNodeDefManager to NodeDefManager * Make INodeDefManager functions const * Use "const *NodeDefManager" instead of "*INodeDefManager" * Remove unused INodeDefManager class * Merge NodeDefManager and CNodeDefManager * Document NodeDefManager --- src/reflowscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reflowscan.cpp') diff --git a/src/reflowscan.cpp b/src/reflowscan.cpp index fd169f1a8..9d5c965d8 100644 --- a/src/reflowscan.cpp +++ b/src/reflowscan.cpp @@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/timetaker.h" -ReflowScan::ReflowScan(Map *map, INodeDefManager *ndef) : +ReflowScan::ReflowScan(Map *map, const NodeDefManager *ndef) : m_map(map), m_ndef(ndef) { -- cgit v1.2.3