Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-12-26 22:56:58 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-26 23:08:41 +0300
commit5cf993f951bc87d006279f7e33b210a4341fca1b (patch)
tree9810d29693799bdb48023ebf8b47da5e893c299d /source/blender/blenkernel/BKE_screen.h
parent28a8d434d53126c09ee795c5b8af129e3fc7521a (diff)
Cleanup: Fix compile warning
Own mistake in rB67525b88d2e
Diffstat (limited to 'source/blender/blenkernel/BKE_screen.h')
-rw-r--r--source/blender/blenkernel/BKE_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_screen.h b/source/blender/blenkernel/BKE_screen.h
index 9e26840b209..db4c66959c5 100644
--- a/source/blender/blenkernel/BKE_screen.h
+++ b/source/blender/blenkernel/BKE_screen.h
@@ -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).
*/