From 694d9954159b6aac278f54d89bb6fe31a713f15e Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 5 Nov 2012 21:18:20 +0100 Subject: [PATCH] CMsgBox: fix build merge error: mode is not declared --- src/gui/widget/msgbox.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/widget/msgbox.cpp b/src/gui/widget/msgbox.cpp index f1e5c06fe..6d797df8d 100644 --- a/src/gui/widget/msgbox.cpp +++ b/src/gui/widget/msgbox.cpp @@ -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 = "";