warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b2dd2f28f3
commit
dcd9ce72d5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user