Fix build after GreasePencil commit

This commit is contained in:
Dalai Felinto 2018-08-15 16:11:18 -03:00
parent 814df6e4d3
commit ea43e4a060
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ tGPencilObjectCache *gpencil_object_cache_add(
}
/* get current cache data */
static GpencilBatchCache *gpencil_batch_get_element(Object *ob)
GpencilBatchCache *gpencil_batch_get_element(Object *ob)
{
bGPdata *gpd = ob->data;
if (gpd->runtime.batch_cache_data == NULL) {