fixed typo

This commit is contained in:
Dale Stammen 2015-04-15 09:19:17 -07:00
parent 7d22e49642
commit 01135f892f
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ namespace ui {
Label* m_pLabelPlaceHolder;
EditBox::InputMode m_eEditBoxInputMode;
EditBox::InputFlag m_eEditBoxInputFlag;
(EditBox::KeyboardReturnType m_eKeyboardReturnType;
EditBox::KeyboardReturnType m_eKeyboardReturnType;
std::string m_strText;
std::string m_strPlaceHolder;