compile fix
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 21 Oct 2008 13:55:58 +0000 (13:55 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 21 Oct 2008 13:55:58 +0000 (13:55 +0000)
lib/gui/esubtitle.h

index b81faf7..81f920e 100644 (file)
@@ -58,7 +58,7 @@ private:
        gRegion m_visible_region;
 
        ePtr<gPixmap> 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