Fixed missing initilaizer
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
|
||||
using namespace osgUI;
|
||||
|
||||
ComboBox::ComboBox()
|
||||
ComboBox::ComboBox():
|
||||
_currentItem(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user