summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/get_level_device.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_level_device.cc b/tests/get_level_device.cc
index 95e51ad1..43dce624 100644
--- a/tests/get_level_device.cc
+++ b/tests/get_level_device.cc
@@ -7,7 +7,7 @@ using namespace bandit;
// Declarations for testing purposes:
//
-s32b get_level_device(spell_type *spell, s32b max, s32b min, s32b device_skill, std::function<s32b(spell_type *, s32b, s32b, s32b, s32b)> lua_get_level = lua_get_level);
+s32b get_level_device(spell_type *spell, s32b max, s32b min, s32b device_skill, std::function<s32b(spell_type *, s32b, s32b, s32b, s32b)> lua_get_level_ = lua_get_level);
//
// Tests