Files
wxWidgets/src/xrc
Dimitri Schoolwerth 7977839a56 Fix unreachable code warning
The return NULL statement at the bottom of
wxAuiXmlHandler::DoCreateResource() is never reached because the catch-all
else branch above it always returns. Fix by removing the bottom return
statement (same as how other *XmlHandler::DoCreateResource() methods
handle this, and not by changing the else into an else if).
2016-04-15 02:35:39 +00:00
..
2016-04-15 02:35:39 +00:00
2015-09-23 00:52:30 +02:00