* Fix one last bug in OptionsScreen.

This commit is contained in:
iProgramInCpp
2023-11-05 19:25:51 +02:00
parent 253c89a6d5
commit eae06f0500

View File

@@ -13,7 +13,8 @@
#ifndef OLD_OPTIONS_SCREEN
OptionsScreen::OptionsScreen() :
m_backButton(100, "Done")
m_backButton(100, "Done"),
m_pList(nullptr)
{
}