Modernize client code (#6250)
[oweals/minetest.git] / src / guiPathSelectMenu.h
index add4e36af92f924e12ddd8688bc490a10069ecc1..b1877c77a505b984c695ccdd9d7ba7a82d685208 100644 (file)
@@ -49,11 +49,11 @@ private:
        void acceptInput();
 
        std::wstring m_title;
-       bool m_accepted;
+       bool m_accepted = false;
 
-       gui::IGUIFileOpenDialog *m_fileOpenDialog;
+       gui::IGUIFileOpenDialog *m_fileOpenDialog = nullptr;
 
-       TextDest *m_text_dst;
+       TextDest *m_text_dst = nullptr;
 
        std::string m_formname;
        bool m_file_select_dialog;