Cleanup: Fix compile warning

Own mistake in rB67525b88d2e
This commit is contained in:
Aaron Carlisle 2021-12-26 14:56:58 -05:00
parent 28a8d434d5
commit 5cf993f951
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ struct ARegion *BKE_area_find_region_type(const struct ScrArea *area, int type);
struct ARegion *BKE_area_find_region_active_win(struct ScrArea *area);
struct ARegion *BKE_area_find_region_xy(struct ScrArea *area,
const int regiontype,
const int xy[2]) ATTR_NONNULL(1, 3);
const int xy[2]) ATTR_NONNULL(3);
/**
* \note This is only for screen level regions (typically menus/popups).
*/