applied patch #929947: "Various cleaning of warnings under MSW"; removed some tabs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -123,7 +123,7 @@ class NodeHandlerUnknown : public NodeHandler
|
||||
public:
|
||||
NodeHandlerUnknown() : NodeHandler(new NodeInfo) {}
|
||||
|
||||
virtual bool CanHandle(wxXmlNode *node) { return TRUE; }
|
||||
virtual bool CanHandle(wxXmlNode *WXUNUSED(node)) { return TRUE; }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user