aboutsummaryrefslogtreecommitdiff
path: root/src/reflowscan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflowscan.cpp')
-rw-r--r--src/reflowscan.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{