mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 01:07:59 +08:00
changed variadic macro declaration style
This commit is contained in:
parent
cb0398a888
commit
53d5026cad
@ -71,4 +71,4 @@ struct notification_traits<Notification<Args...>>
|
||||
|
||||
}
|
||||
|
||||
#define MAKE_NOTIFICATION(NAME, args...) inline const Dexode::Notification<args>& getNotification##NAME(){static const Dexode::Notification<args> variable(691283); return variable;}
|
||||
#define MAKE_NOTIFICATION(NAME, ...) inline const Dexode::Notification<__VA_ARGS__>& getNotification##NAME(){static const Dexode::Notification<__VA_ARGS__> variable(691283); return variable;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user