projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added support for SQL_C_UCHAR (unicode builds), SQL_C_LONG, and SQL_C_SHORT. These...
[wxWidgets.git]
/
samples
/
treectrl
/
treetest.h
diff --git
a/samples/treectrl/treetest.h
b/samples/treectrl/treetest.h
index 6e328aed69fd1864e2f58fe72ffe4071398aebc2..ebb7674e98334a3e8914ca68ebf3821283bffe8f 100644
(file)
--- a/
samples/treectrl/treetest.h
+++ b/
samples/treectrl/treetest.h
@@
-65,7
+65,7
@@
public:
MyTreeCtrl(wxWindow *parent, const wxWindowID id,
const wxPoint& pos, const wxSize& size,
long style);
MyTreeCtrl(wxWindow *parent, const wxWindowID id,
const wxPoint& pos, const wxSize& size,
long style);
- virtual ~MyTreeCtrl();
+ virtual ~MyTreeCtrl()
{}
;
void OnBeginDrag(wxTreeEvent& event);
void OnBeginRDrag(wxTreeEvent& event);
void OnBeginDrag(wxTreeEvent& event);
void OnBeginRDrag(wxTreeEvent& event);