fix missing ~other_tag, remove some warings

This commit is contained in:
Jinhao
2016-06-25 06:00:40 +08:00
parent d701650cd5
commit 4a6331e625
5 changed files with 5 additions and 4 deletions

View File

@@ -627,7 +627,7 @@ namespace nana
std::unique_ptr<unsigned[]> pixels(new unsigned[text.size()]);
graph_.glyph_pixels(text.c_str(), text.size(), pixels.get());
unsigned substr_len = 0;
std::size_t substr_len = 0;
unsigned substr_px = 0;
if (align::right == text_align_ex_)