]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/treebase.cpp
better learn the operators...
[wxWidgets.git] / src / common / treebase.cpp
index ddd3c5575d6472f24e2e2bf5625cb91a4263d306..0a49f60cf8dd18cbef47bacc7085513c699d7f0c 100644 (file)
@@ -69,6 +69,7 @@ DEFINE_EVENT_TYPE(wxEVT_COMMAND_TREE_END_DRAG)
 
 IMPLEMENT_DYNAMIC_CLASS(wxTreeEvent, wxNotifyEvent)
 
+
 wxTreeEvent::wxTreeEvent(wxEventType commandType, int id)
            : wxNotifyEvent(commandType, id)
 {