From a5bc30a80bfcae596548b596728e1cd10cc5e99a Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 21 Oct 2008 13:55:58 +0000 Subject: compile fix --- lib/gui/esubtitle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/gui/esubtitle.h b/lib/gui/esubtitle.h index b81faf79..81f920ec 100644 --- a/lib/gui/esubtitle.h +++ b/lib/gui/esubtitle.h @@ -58,7 +58,7 @@ private: gRegion m_visible_region; ePtr m_pixmap; // pixmap to paint on next evtPaint - std::string eSubtitleWidget::replace_all(const std::string &in, const std::string &entity, const std::string &symbol); + std::string replace_all(const std::string &in, const std::string &entity, const std::string &symbol); }; #endif -- cgit v1.2.3