projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxNotebook compilation fix
[wxWidgets.git]
/
include
/
wx
/
stubs
/
treectrl.h
diff --git
a/include/wx/stubs/treectrl.h
b/include/wx/stubs/treectrl.h
index c788fea4fe9d4bc03f0ad94f6d636d977b4026cb..cb307ec0e97284e31b80b0ea031e5f84ada85f87 100644
(file)
--- a/
include/wx/stubs/treectrl.h
+++ b/
include/wx/stubs/treectrl.h
@@
-190,7
+190,7
@@
public:
}
// bounding rect
- bool GetItemRect(long item, wxRect
angle
& rect, bool textOnly = FALSE) const;
+ bool GetItemRect(long item, wxRect& rect, bool textOnly = FALSE) const;
//
wxTextCtrl* GetEditControl() const;