diff --git a/src/gui/rss/rsswidget.cpp b/src/gui/rss/rsswidget.cpp index c06bb2d35..8d8d4ea00 100644 --- a/src/gui/rss/rsswidget.cpp +++ b/src/gui/rss/rsswidget.cpp @@ -55,7 +55,7 @@ #include "ui_rsswidget.h" namespace { -void convertRelativeUrlToAbsolute(QString &html, const QString &baseUrl); + void convertRelativeUrlToAbsolute(QString &html, const QString &baseUrl); } RSSWidget::RSSWidget(IGUIApplication *app, QWidget *parent) : GUIApplicationComponent(app, parent) @@ -663,4 +663,4 @@ namespace html.replace(fullMatch, (prefix + absoluteUrl + suffix)); } } -} \ No newline at end of file +}