fix a weird behavior of textbox(#52)

and some other GCC compiling errors
This commit is contained in:
Jinhao
2015-05-03 16:59:22 +08:00
parent e03adc2a34
commit e449cd5a24
6 changed files with 43 additions and 35 deletions

View File

@@ -602,7 +602,7 @@ namespace nana
if (token::equal != read())
_m_throw_error("an equal sign is required after '" + idstr + "'");
const char* p = _m_eat_whitespace(sp_);
sp_ = _m_eat_whitespace(sp_);
reparray_.reset();
auto tk = read();