move wstring related functions to wide_char file

This commit is contained in:
Andrzej Rybczak
2012-09-08 18:42:59 +02:00
parent d5e2d315fd
commit 84326efc46
23 changed files with 204 additions and 151 deletions

View File

@@ -26,6 +26,7 @@
#include "screen.h"
#include "settings.h"
#include "status.h"
#include "utility/wide_string.h"
inline HasSongs *hasSongs(BasicScreen *screen)
{
@@ -463,6 +464,4 @@ void markSongsInPlaylist(std::shared_ptr<ProxySongList> pl);
std::wstring Scroller(const std::wstring &str, size_t &pos, size_t width);
std::string Shorten(const std::wstring &s, size_t max_length);
#endif