summaryrefslogtreecommitdiffstats
path: root/src/controller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controller.cpp')
-rw-r--r--src/controller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.cpp b/src/controller.cpp
index 78998ed8..47abab76 100644
--- a/src/controller.cpp
+++ b/src/controller.cpp
@@ -1426,7 +1426,7 @@ void controller::update_flags(std::tr1::shared_ptr<rss_item> item) {
item->update_flags();
}
-inline std::vector<std::tr1::shared_ptr<rss_feed> > controller::get_all_feeds() {
+std::vector<std::tr1::shared_ptr<rss_feed> > controller::get_all_feeds() {
std::vector<std::tr1::shared_ptr<rss_feed> > tmpfeeds;
{
scope_mutex feedslock(&feeds_mutex);