projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7bb906
)
dont pass a const
author
Dana Jansens
<danakj@orodu.net>
Wed, 18 Dec 2002 08:42:40 +0000
(08:42 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 18 Dec 2002 08:42:40 +0000
(08:42 +0000)
otk/widget.hh
patch
|
blob
|
history
diff --git
a/otk/widget.hh
b/otk/widget.hh
index 5f1553c3502d3f37499dbf440313c5f108af6766..c31067da8d7d1431626cd539a2cebd13f8f74c9f 100644
(file)
--- a/
otk/widget.hh
+++ b/
otk/widget.hh
@@
-39,7
+39,7
@@
public:
inline Window getWindow(void) const { return _window; }
inline const OtkWidget *getParent(void) const { return _parent; }
- inline
const
OtkWidgetList &getChildren(void) const { return _children; }
+ inline OtkWidgetList &getChildren(void) const { return _children; }
inline unsigned int getScreen(void) const { return _screen; }
inline const Rect &getRect(void) const { return _rect; }