X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/0e6f8e3e25d9c48501c12cdb56bc78868b568ff5..0e3de1df4bee62d12a347e74216afa2b42632070:/source/blender/python/BPY_extern.h diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h index 53bd128562a..9bd45d2b759 100644 --- a/source/blender/python/BPY_extern.h +++ b/source/blender/python/BPY_extern.h @@ -80,7 +80,7 @@ int BPY_button_exec(struct bContext *C, const char *expr, double *value, const int BPY_string_exec(struct bContext *C, const char *expr); void BPY_DECREF(void *pyob_ptr); /* Py_DECREF() */ -void BPY_RNA_DECREF_INVALIDATE(void *pyob_ptr); +void BPY_DECREF_RNA_INVALIDATE(void *pyob_ptr); int BPY_context_member_get(struct bContext *C, const char *member, struct bContextDataResult *result); void BPY_context_set(struct bContext *C); void BPY_context_update(struct bContext *C);