// Author: Jaakko Salli
// Modified by:
// Created: Aug-31-2006
-// RCS-ID: $Id$
// Copyright: (c) 2005 Jaakko Salli
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
wxBitmapComboBox::~wxBitmapComboBox()
{
- Clear();
+ DoClear();
}
// ----------------------------------------------------------------------------