initialize next and prev in FWidget

This commit is contained in:
Markus Gans 2017-06-14 01:06:48 +02:00
parent e116197f62
commit bd10bc74c5
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ FWidget* FWidget::getRootWidget() const
}
//----------------------------------------------------------------------
inline FWidget* FWidget::getParentWidget() const
FWidget* FWidget::getParentWidget() const
{
FObject* p_obj = getParent();