Changeset 9622 in orxonox.OLD for branches/proxy/src/lib/gui/gl/glgui_box.cc
- Timestamp:
- Jul 30, 2006, 10:26:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_box.cc
r9621 r9622 90 90 } 91 91 92 void GLGuiBox::pack(GLGuiWidget* widget, GLGuiWidget* widgetPointer)92 void GLGuiBox::pack(GLGuiWidget* widget, const GLGuiWidget* widgetPointer) 93 93 { 94 94 assert (widget != NULL && widgetPointer != NULL); … … 100 100 { 101 101 this->_children.insert(it, widget); 102 this->packing(widget); 102 103 return; 103 104 } … … 105 106 PRINTF(2)("WidgetPointer %p not found, inserting at the end\n", widgetPointer); 106 107 this->pack(widget); 107 this->packing(widget);108 108 } 109 109
Note: See TracChangeset
for help on using the changeset viewer.