Fix CID991683: Uninitalized scalar field
fOldTitleUSerDefined was (surprice-surprice!) not defined.
This commit is contained in:
parent
34a1a44dad
commit
b249a7ce43
@ -32,6 +32,7 @@ SetTitleDialog::SetTitleDialog(const char* dialogTitle, const char* label,
|
||||
B_AUTO_UPDATE_SIZE_LIMITS | B_CLOSE_ON_ESCAPE),
|
||||
fListener(NULL),
|
||||
fTitle(),
|
||||
fOldTitleUserDefined(false),
|
||||
fTitleUserDefined(false)
|
||||
{
|
||||
BLayoutBuilder::Group<>(this, B_VERTICAL)
|
||||
|
Loading…
Reference in New Issue
Block a user