projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added workaround for GTK+ focus_out bug (and removed Vaclav's mouse capture stack...
[wxWidgets.git]
/
samples
/
treectrl
/
treectrl.h
diff --git
a/samples/treectrl/treectrl.h
b/samples/treectrl/treectrl.h
index 98913159683b57717451aaea12adb3bc714945af..0b61f54218867aa5395417b38f1ad4eef6bb4ec2 100644
(file)
--- a/
samples/treectrl/treectrl.h
+++ b/
samples/treectrl/treectrl.h
@@
-43,7
+43,7
@@
public:
MyTreeItemData(const wxString& desc) : m_desc(desc) { }
void ShowInfo(wxTreeCtrl *tree);
- const
c
har *GetDesc() const { return m_desc.c_str(); }
+ const
wxC
har *GetDesc() const { return m_desc.c_str(); }
private:
wxString m_desc;