diff options
Diffstat (limited to 'displaychannelview.h')
-rw-r--r-- | displaychannelview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannelview.h b/displaychannelview.h index c5055d4..36727a2 100644 --- a/displaychannelview.h +++ b/displaychannelview.h @@ -31,7 +31,7 @@ private: cPixmap *pixmapPoster; tColor DrawProgressbarProgress(int left, int top, int width, int height); cString GetScreenResolutionIcon(void); - cString GetChannelSep(const cChannel *channel, bool prev); + std::string GetChannelSep(const cChannel *channel, bool prev); public: cNopacityDisplayChannelView(cImageCache *imgCache); virtual ~cNopacityDisplayChannelView(); |