summaryrefslogtreecommitdiffstats
path: root/common/pipeline.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/pipeline.h')
-rw-r--r--common/pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pipeline.h b/common/pipeline.h
index b663dea..c9982b7 100644
--- a/common/pipeline.h
+++ b/common/pipeline.h
@@ -46,7 +46,7 @@ class SINK_EXPORT Pipeline : public QObject
46 Q_OBJECT 46 Q_OBJECT
47 47
48public: 48public:
49 Pipeline(const ResourceContext &context); 49 Pipeline(const ResourceContext &context, const Sink::Log::Context &ctx);
50 ~Pipeline(); 50 ~Pipeline();
51 51
52 void setPreprocessors(const QString &entityType, const QVector<Preprocessor *> &preprocessors); 52 void setPreprocessors(const QString &entityType, const QVector<Preprocessor *> &preprocessors);