From f69e1c52246b986fb91f595ee0ee363e5343dbbb Mon Sep 17 00:00:00 2001
From: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Date: Wed, 29 Dec 2021 15:57:14 +0100
Subject: operation.h.mustache: Add QUOTIENT_API

---
 gtad/operation.h.mustache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gtad/operation.h.mustache')

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
-- 
cgit v1.2.3