Cleanup: typo in parameter name in function declarations.

This commit is contained in:
Bastien Montagne 2019-07-31 18:47:26 +02:00
parent ffda674893
commit 6bda1fbd2e
1 changed files with 2 additions and 2 deletions

View File

@ -565,8 +565,8 @@ bool WM_menutype_poll(struct bContext *C, struct MenuType *mt);
void WM_paneltype_init(void);
void WM_paneltype_clear(void);
struct PanelType *WM_paneltype_find(const char *idname, bool quiet);
bool WM_paneltype_add(struct PanelType *mt);
void WM_paneltype_remove(struct PanelType *mt);
bool WM_paneltype_add(struct PanelType *pt);
void WM_paneltype_remove(struct PanelType *pt);
/* wm_gesture_ops.c */
int WM_gesture_box_invoke(struct bContext *C, struct wmOperator *op, const struct wmEvent *event);