Cleanup: Fix clang tidy inconsistent parameter warning

This commit is contained in:
Hans Goudey 2020-09-19 22:38:36 -05:00
parent 1d5b191f9f
commit 7d2a67f258
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ typedef struct PanelSort {
static int get_panel_real_size_y(const Panel *panel);
static void panel_activate_state(const bContext *C, Panel *panel, uiHandlePanelState state);
static int compare_panel(const void *a1, const void *a2);
static int compare_panel(const void *a, const void *b);
static bool panel_type_context_poll(ARegion *region,
const PanelType *panel_type,
const char *context);