Skip to content

Commit f777680

Browse files
committed
Fix issue with keyvalues_wrap not compiling with sdk2013
1 parent 2b37a47 commit f777680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/keyvalues/keyvalues_wrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void export_keyvalues(scope _keyvalues)
136136

137137
.add_property("next_key",
138138
make_function(
139-
&KeyValues::GetNextKey,
139+
GET_METHOD(KeyValues *, KeyValues, GetNextKey, void),
140140
reference_existing_object_policy()
141141
),
142142
&KeyValues::SetNextKey,

0 commit comments

Comments
 (0)