Skip to content

Commit

Permalink
BSE: use BSE_ARRAY_SIZE instead of a Rapicorn macro
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <timj@gnu.org>
  • Loading branch information
tim-janik committed Sep 24, 2017
1 parent b0d09cb commit 855b13f
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 606 deletions.
2 changes: 1 addition & 1 deletion beast-gtk/bstusermessage.hh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BstMsgBit* bst_msg_bit_create_choice (guint id,
#define BST_MSG_DIALOG(lvl, ...) ({ BstMsgType __mt = lvl; uint __result = 0; \
BstMsgBit *__ba[] = { __VA_ARGS__ }; \
__result = bst_message_dialog_display ("BEAST", \
__mt, RAPICORN_ARRAY_SIZE (__ba), __ba); \
__mt, BSE_ARRAY_SIZE (__ba), __ba); \
__result; })

#endif /* __BST_USER_MESSAGE_H__ */
Loading

0 comments on commit 855b13f

Please sign in to comment.