summaryrefslogtreecommitdiffstats
path: root/frtstream/src
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:44:16 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-11 11:44:16 +0200
commit46fd0575db3dd0ff030945b19700fb056b807690 (patch)
treea76427fa5c188b9b53f70a6ae1427a54422e4f13 /frtstream/src
parent79c686fc4b64defd69bab91262890697813395f3 (diff)
add override in frtstream module
Diffstat (limited to 'frtstream/src')
-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();