diff options
Diffstat (limited to 'src/AutoComplete.cxx')
| -rw-r--r-- | src/AutoComplete.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index 9baf0ab67..102624bbb 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -43,7 +43,7 @@ AutoComplete::AutoComplete() :  	widthLBDefault(100),  	heightLBDefault(100),  	autoSort(SC_ORDER_PRESORTED) { -	lb.reset(ListBox::Allocate()); +	lb = ListBox::Allocate();  }  AutoComplete::~AutoComplete() { | 
