]> Dogcows Code - chaz/openbox/commitdiff
dont pass a const
authorDana Jansens <danakj@orodu.net>
Wed, 18 Dec 2002 08:42:40 +0000 (08:42 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 18 Dec 2002 08:42:40 +0000 (08:42 +0000)
otk/widget.hh

index 5f1553c3502d3f37499dbf440313c5f108af6766..c31067da8d7d1431626cd539a2cebd13f8f74c9f 100644 (file)
@@ -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; }
 
This page took 0.025037 seconds and 4 git commands to generate.