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/banning.h | |
parent | f69e1c52246b986fb91f595ee0ee363e5343dbbb (diff) | |
download | libquotient-952f8aa8ad19348b50a3b3545d98f7889bfdae76.tar.gz libquotient-952f8aa8ad19348b50a3b3545d98f7889bfdae76.zip |
Regenerate CS API files
Diffstat (limited to 'lib/csapi/banning.h')
-rw-r--r-- | lib/csapi/banning.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csapi/banning.h b/lib/csapi/banning.h index 7a9697d3..e4c60ce3 100644 --- a/lib/csapi/banning.h +++ b/lib/csapi/banning.h @@ -18,7 +18,7 @@ namespace Quotient { * The caller must have the required power level in order to perform this * operation. */ -class BanJob : public BaseJob { +class QUOTIENT_API BanJob : public BaseJob { public: /*! \brief Ban a user in the room. * @@ -46,7 +46,7 @@ public: * The caller must have the required power level in order to perform this * operation. */ -class UnbanJob : public BaseJob { +class QUOTIENT_API UnbanJob : public BaseJob { public: /*! \brief Unban a user from the room. * |