1
1

Fix compiler errors after merge master

This commit is contained in:
2023-01-24 16:58:06 +01:00
parent 45c85bf827
commit a6b4eaeede

View File

@@ -645,10 +645,10 @@ static char *view3d_object_data_drop_tooltip(bContext * /*C*/,
return BLI_strdup(TIP_("Create object instance from object-data"));
}
static char *view3d_gpencil_data_drop_tooltip(bContext *UNUSED(C),
wmDrag *UNUSED(drag),
const int UNUSED(xy[2]),
wmDropBox *UNUSED(drop))
static char *view3d_gpencil_data_drop_tooltip(bContext * /*C*/,
wmDrag * /*drag*/,
const int /*xy*/[2],
wmDropBox * /*drop*/)
{
return BLI_strdup(TIP_("Add strokes to active object"));
}