Compilation fix after stray wxFALLTHROUGH in the last commit.

Remove wxFALLTHROUGH backported from trunk but which doesn't exist in 3.0.

See #17010.
This commit is contained in:
Vadim Zeitlin
2015-05-29 16:32:14 +02:00
parent de891ddb03
commit b3b8d8c4a8

View File

@@ -1837,7 +1837,7 @@ bool wxFileName::MakeRelativeTo(const wxString& pathBase, wxPathFormat format)
case wxPATH_NATIVE:
case wxPATH_MAX:
wxFAIL_MSG( wxS("unreachable") );
wxFALLTHROUGH;
// fall through
case wxPATH_UNIX:
case wxPATH_DOS: