CMsgBox: fix build

merge error: mode is not declared
This commit is contained in:
2012-11-05 21:18:20 +01:00
parent 474a35a254
commit 694d995415

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 = "";