CMsgBox: fix build

merge error: mode is not declared


Origin commit data
------------------
Commit: 694d995415
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-11-05 (Mon, 05 Nov 2012)
This commit is contained in:
2012-11-05 21:18:20 +01:00
parent f1ef3effce
commit abfc54b3fe

View File

@@ -213,7 +213,6 @@ CMsgBox::~CMsgBox()
void CMsgBox::initVar(void)
{
//TRACE("->CMsgBox::InitVar\r\n");
mode = AUTO_WIDTH;
m_nResult = mbrYes;
m_cTitle = "";
m_cIcon = "";