projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix few doxygen warnings
[wxWidgets.git]
/
interface
/
wx
/
treebase.h
diff --git
a/interface/wx/treebase.h
b/interface/wx/treebase.h
index e1122c9c293e98ffa862ae2ac40f093a3b3dcf46..4218dac815075cf36aa465ba4126d143d482d5c3 100644
(file)
--- a/
interface/wx/treebase.h
+++ b/
interface/wx/treebase.h
@@
-83,12
+83,12
@@
public:
/**
Virtual destructor.
*/
/**
Virtual destructor.
*/
- ~wxTreeItemData();
+
virtual
~wxTreeItemData();
/**
Returns the item associated with this node.
*/
/**
Returns the item associated with this node.
*/
- const wxTreeItemId
GetId()
;
+ const wxTreeItemId
& GetId() const
;
/**
Sets the item associated with this node.
/**
Sets the item associated with this node.
@@
-98,7
+98,7
@@
public:
/**
Indicates which type to associate an image with a wxTreeCtrl item.
/**
Indicates which type to associate an image with a wxTreeCtrl item.
-
+
@see wxTreeCtrl::GetItemImage(), wxTreeCtrl::SetItemImage()
*/
enum wxTreeItemIcon
@see wxTreeCtrl::GetItemImage(), wxTreeCtrl::SetItemImage()
*/
enum wxTreeItemIcon