diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-29 15:57:14 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-12-29 18:07:21 +0100 |
commit | f69e1c52246b986fb91f595ee0ee363e5343dbbb (patch) | |
tree | ca5deb546440a2a3157282da509d74630355b762 /gtad/operation.h.mustache | |
parent | 7350fe82953cf6274b8845a890eafb21a09b9931 (diff) | |
download | libquotient-f69e1c52246b986fb91f595ee0ee363e5343dbbb.tar.gz libquotient-f69e1c52246b986fb91f595ee0ee363e5343dbbb.zip |
operation.h.mustache: Add QUOTIENT_API
Diffstat (limited to 'gtad/operation.h.mustache')
-rw-r--r-- | gtad/operation.h.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtad/operation.h.mustache b/gtad/operation.h.mustache index f91dc66c..063f0bbd 100644 --- a/gtad/operation.h.mustache +++ b/gtad/operation.h.mustache @@ -16,7 +16,7 @@ namespace Quotient { /*!{{>docCommentSummary}}{{#description}} * {{_}}{{/description}} */ -class {{camelCaseOperationId}}Job : public BaseJob { +class QUOTIENT_API {{camelCaseOperationId}}Job : public BaseJob { public: {{#models}} // Inner data structures |