summaryrefslogtreecommitdiff
path: root/src/ipa/simple/algorithms/lut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipa/simple/algorithms/lut.h')
-rw-r--r--src/ipa/simple/algorithms/lut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipa/simple/algorithms/lut.h b/src/ipa/simple/algorithms/lut.h
index ef2df147..889f864b 100644
--- a/src/ipa/simple/algorithms/lut.h
+++ b/src/ipa/simple/algorithms/lut.h
@@ -19,6 +19,7 @@ public:
Lut() = default;
~Lut() = default;
+ int init(IPAContext &context, const YamlObject &tuningData) override;
int configure(IPAContext &context, const IPAConfigInfo &configInfo) override;
void queueRequest(typename Module::Context &context,
const uint32_t frame,