summaryrefslogtreecommitdiffstats
path: root/searchcorespi/src/tests
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-03-17 13:08:10 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-03-17 13:08:10 +0000
commit8b8d2fd29f88296fc6b50074e9de7c6a237a6c4c (patch)
tree3e45292d420b8c9c28b2392f398826f29fe248c0 /searchcorespi/src/tests
parentd5075caaad0423f2057e7945e8087e87d733eb47 (diff)
Reduce arguments to wipe history method in index maintainer.
Diffstat (limited to 'searchcorespi/src/tests')
-rw-r--r--searchcorespi/src/tests/plugin/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcorespi/src/tests/plugin/plugin.cpp b/searchcorespi/src/tests/plugin/plugin.cpp
index 0ebd22495f8..90aca88cdc6 100644
--- a/searchcorespi/src/tests/plugin/plugin.cpp
+++ b/searchcorespi/src/tests/plugin/plugin.cpp
@@ -34,8 +34,8 @@ public:
searchcorespi::IFlushTarget::List l;
return l;
}
- virtual void setSchema(const Schema &) { }
- virtual void wipeHistory(SerialNum , const Schema &) { }
+ virtual void setSchema(const Schema &) override { }
+ virtual void wipeHistory(SerialNum) override { }
};
class IndexManagerFactory : public searchcorespi::IIndexManagerFactory