CTextBox: fix build

merge error, max_width is not declared


Origin commit data
------------------
Branch: ni/coolstream
Commit: 6016c60b4c
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-05 (Mon, 05 Nov 2012)



------------------
This commit was generated by Migit
This commit is contained in:
2012-11-05 21:19:39 +01:00
parent 69b48429d4
commit a1db0df966

View File

@@ -146,7 +146,7 @@ void CTextBox::initVar(void)
m_showTextFrame = 0;
m_nNrOfNewLine = 0;
m_nMaxLineWidth = 0;
max_width = 0;
m_nMaxTextWidth = 0;
m_cText = "";
m_nMode = SCROLL;