warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2007-07-28 17:08:07 +00:00
parent b2dd2f28f3
commit dcd9ce72d5

View File

@ -156,9 +156,6 @@ protected:
}
};
// in case we're compiling in non-GUI mode
class WXDLLEXPORT wxIcon;
// ----------------------------------------------------------------------------
// constants
// ----------------------------------------------------------------------------
@ -2613,8 +2610,7 @@ bool wxMimeTypesManagerImpl::ReadMailcap(const wxString& strFileName,
Field_Type,
Field_OpenCmd,
Field_Other
}
currentToken = Field_Type;
} currentToken = Field_Type;
// the flags and field values on the current line
MailcapLineData data;