summaryrefslogtreecommitdiff
path: root/test/remoteapi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/remoteapi.cpp')
-rw-r--r--test/remoteapi.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/remoteapi.cpp b/test/remoteapi.cpp
index 7cd1e9bf..6bf3eee5 100644
--- a/test/remoteapi.cpp
+++ b/test/remoteapi.cpp
@@ -26,29 +26,29 @@ public:
{
return get_credentials(scope, name).pass;
}
- bool authenticate()
+ bool authenticate() override
{
throw 0;
}
- std::vector<TaggedFeedUrl> get_subscribed_urls()
+ std::vector<TaggedFeedUrl> get_subscribed_urls() override
{
throw 0;
}
- void add_custom_headers(curl_slist**)
+ void add_custom_headers(curl_slist**) override
{
throw 0;
}
- bool mark_all_read(const std::string&)
+ bool mark_all_read(const std::string&) override
{
throw 0;
}
- bool mark_article_read(const std::string&, bool)
+ bool mark_article_read(const std::string&, bool) override
{
throw 0;
}
bool update_article_flags(const std::string&,
const std::string&,
- const std::string&)
+ const std::string&) override
{
throw 0;
}