summaryrefslogtreecommitdiff
path: root/plugins/rename.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rename.cpp')
-rw-r--r--plugins/rename.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/rename.cpp b/plugins/rename.cpp
index 059a4be6..ecebbb90 100644
--- a/plugins/rename.cpp
+++ b/plugins/rename.cpp
@@ -130,7 +130,7 @@ DFhackCExport command_result plugin_shutdown ( color_ostream &out )
INTERPOSE_NEXT(getName)(buf); \
} \
}; \
- IMPLEMENT_VMETHOD_INTERPOSE(cname##_hook, getName);
+ IMPLEMENT_VMETHOD_INTERPOSE_PRIO(cname##_hook, getName, 100);
KNOWN_BUILDINGS
#undef BUILDING