aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/versions.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-12-29 15:57:33 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-12-29 18:07:21 +0100
commit952f8aa8ad19348b50a3b3545d98f7889bfdae76 (patch)
tree37b42d482046cca88f799900aeb0cb83e5ae3c25 /lib/csapi/versions.h
parentf69e1c52246b986fb91f595ee0ee363e5343dbbb (diff)
downloadlibquotient-952f8aa8ad19348b50a3b3545d98f7889bfdae76.tar.gz
libquotient-952f8aa8ad19348b50a3b3545d98f7889bfdae76.zip
Regenerate CS API files
Diffstat (limited to 'lib/csapi/versions.h')
-rw-r--r--lib/csapi/versions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/versions.h b/lib/csapi/versions.h
index 896e2ea9..4445dbd2 100644
--- a/lib/csapi/versions.h
+++ b/lib/csapi/versions.h
@@ -31,7 +31,7 @@ namespace Quotient {
* upgrade appropriately. Additionally, clients should avoid using unstable
* features in their stable releases.
*/
-class GetVersionsJob : public BaseJob {
+class QUOTIENT_API GetVersionsJob : public BaseJob {
public:
/// Gets the versions of the specification supported by the server.
explicit GetVersionsJob();