Skip to content

Commit

Permalink
UPBGE: Rename CBastListValue to CListValue in python API.
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Aug 19, 2017
1 parent fac97bf commit a96204a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gameengine/Expressions/intern/BaseListValue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ PyMappingMethods CBaseListValue::instance_as_mapping = {

PyTypeObject CBaseListValue::Type = {
PyVarObject_HEAD_INIT(nullptr, 0)
"CBaseListValue", /*tp_name*/
"CListValue", /*tp_name*/
sizeof(PyObjectPlus_Proxy), /*tp_basicsize*/
0, /*tp_itemsize*/
/* methods */
Expand Down

0 comments on commit a96204a

Please sign in to comment.