From c1c799117e7076046182e12d71d06e2c9444e9be Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 8 Nov 2011 10:26:04 +0100 Subject: changed all wstring/wchar_t to string/char --- src/base/lyric_word.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/lyric_word.hpp') diff --git a/src/base/lyric_word.hpp b/src/base/lyric_word.hpp index 54f2ea3f..4b19b13c 100644 --- a/src/base/lyric_word.hpp +++ b/src/base/lyric_word.hpp @@ -44,10 +44,10 @@ namespace usdx int beat; int length; int height; - std::wstring text; + std::string text; public: - LyricWord(const wchar_t type, const int beat, const int length, const int height, const std::wstring& lyric); + LyricWord(const char type, const int beat, const int length, const int height, const std::string& lyric); virtual ~LyricWord(void); }; }; -- cgit v1.2.3