diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-bar-window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h index b28f72990..8d38229e6 100644 --- a/src/gui/gui-bar-window.h +++ b/src/gui/gui-bar-window.h @@ -21,7 +21,7 @@ #define __WEECHAT_GUI_BAR_WINDOW_H 1 struct t_gui_window; -enum t_gui_bar_position position; +enum t_gui_bar_position; struct t_gui_bar_window { |