use wstrings uncoditionally where needed
This commit is contained in:
@@ -37,7 +37,7 @@ class Playlist : public Screen<NC::Window>, public Filterable, public HasSongs,
|
||||
virtual void SwitchTo() OVERRIDE;
|
||||
virtual void Resize() OVERRIDE;
|
||||
|
||||
virtual std::basic_string<my_char_t> Title() OVERRIDE;
|
||||
virtual std::wstring Title() OVERRIDE;
|
||||
|
||||
virtual void Update() OVERRIDE { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user