Skip to content

Add support for compiling against the sdk2013 branch #173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jun 4, 2017
Prev Previous commit
Next Next commit
Fix issue with keyvalues_wrap not compiling with sdk2013
  • Loading branch information
TheCreeper committed Dec 15, 2016
commit f777680a9e001c1665516a0edb1020424dbe1132
2 changes: 1 addition & 1 deletion src/core/modules/keyvalues/keyvalues_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ void export_keyvalues(scope _keyvalues)

.add_property("next_key",
make_function(
&KeyValues::GetNextKey,
GET_METHOD(KeyValues *, KeyValues, GetNextKey, void),
reference_existing_object_policy()
),
&KeyValues::SetNextKey,
Expand Down