diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-29 15:57:33 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-29 18:07:21 +0100 |
commit | 952f8aa8ad19348b50a3b3545d98f7889bfdae76 (patch) | |
tree | 37b42d482046cca88f799900aeb0cb83e5ae3c25 /lib/csapi/notifications.h | |
parent | f69e1c52246b986fb91f595ee0ee363e5343dbbb (diff) | |
download | libquotient-952f8aa8ad19348b50a3b3545d98f7889bfdae76.tar.gz libquotient-952f8aa8ad19348b50a3b3545d98f7889bfdae76.zip |
Regenerate CS API files
Diffstat (limited to 'lib/csapi/notifications.h')
-rw-r--r-- | lib/csapi/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/notifications.h b/lib/csapi/notifications.h index 0c38fe6b..23211758 100644 --- a/lib/csapi/notifications.h +++ b/lib/csapi/notifications.h @@ -14,7 +14,7 @@ namespace Quotient { * This API is used to paginate through the list of events that the * user has been, or would have been notified about. */ -class GetNotificationsJob : public BaseJob { +class QUOTIENT_API GetNotificationsJob : public BaseJob { public: // Inner data structures |