Merged changes in the trunk up to revision 30551.
This commit is contained in:
@@ -197,7 +197,7 @@ static void id_search_cb(const bContext *C, void *arg_template, char *str, uiSea
|
||||
|
||||
RNA_parameter_set_lookup(&parms, "context", &C);
|
||||
|
||||
if (RNA_function_call(C, &reports, &ptr, func, &parms) == 0) {
|
||||
if (RNA_function_call((bContext *)C, &reports, &ptr, func, &parms) == 0) {
|
||||
int* ret;
|
||||
RNA_parameter_get_lookup(&parms, "ret", (void **)&ret);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user