diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-21 13:55:58 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-10-21 13:55:58 +0000 |
| commit | a5bc30a80bfcae596548b596728e1cd10cc5e99a (patch) | |
| tree | 22a499bb40a83a952f2245e8c6d5a48157e3ba62 /lib/gui | |
| parent | 7f589b657d12176bdf16ed6720964681dcc27b4a (diff) | |
| download | enigma2-a5bc30a80bfcae596548b596728e1cd10cc5e99a.tar.gz enigma2-a5bc30a80bfcae596548b596728e1cd10cc5e99a.zip | |
compile fix
Diffstat (limited to 'lib/gui')
| -rw-r--r-- | lib/gui/esubtitle.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<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 |
