summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frtstream/src/vespa/frtstream/frtclientstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frtstream/src/vespa/frtstream/frtclientstream.h b/frtstream/src/vespa/frtstream/frtclientstream.h
index 27d1f36b780..b47f1399d0f 100644
--- a/frtstream/src/vespa/frtstream/frtclientstream.h
+++ b/frtstream/src/vespa/frtstream/frtclientstream.h
@@ -21,8 +21,8 @@ class FrtClientStream : public FrtStream {
bool executed;
uint32_t _nextOutValue;
- FRT_Values& in();
- FRT_Value& nextOut();
+ FRT_Values& in() override;
+ FRT_Value& nextOut() override;
public:
FrtClientStream(const std::string& connectionSpec);
~FrtClientStream();