From ed39c71b2b6b47931f352ca07b49f631d6bf713a Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Sun, 7 Feb 2010 17:10:39 -0700 Subject: Cleanup some memory issues --- src/gui/widgets/dropdown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/dropdown.h') diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index f4ab4c93..eda7b1fa 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -45,7 +45,7 @@ class DropDown : public gcn::DropDown * @param listBox the listBox to use. * @see ListModel, ScrollArea, ListBox. */ - DropDown(gcn::ListModel *listModel = NULL); + DropDown(gcn::ListModel *listModel = NULL, bool deleteModel = false); ~DropDown(); -- cgit v1.2.3-70-g09d2