warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -156,9 +156,6 @@ protected:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// in case we're compiling in non-GUI mode
|
|
||||||
class WXDLLEXPORT wxIcon;
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// constants
|
// constants
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
@@ -2613,8 +2610,7 @@ bool wxMimeTypesManagerImpl::ReadMailcap(const wxString& strFileName,
|
|||||||
Field_Type,
|
Field_Type,
|
||||||
Field_OpenCmd,
|
Field_OpenCmd,
|
||||||
Field_Other
|
Field_Other
|
||||||
}
|
} currentToken = Field_Type;
|
||||||
currentToken = Field_Type;
|
|
||||||
|
|
||||||
// the flags and field values on the current line
|
// the flags and field values on the current line
|
||||||
MailcapLineData data;
|
MailcapLineData data;
|
||||||
|
Reference in New Issue
Block a user