Android/iOS buildfix

This commit is contained in:
Henrik Rydgård 2024-10-02 16:15:26 +02:00
parent b40098effd
commit a9ea372c90

View File

@ -34,9 +34,7 @@ private:
UI::EventReturn OnQuickChat4(UI::EventParams &e); UI::EventReturn OnQuickChat4(UI::EventParams &e);
UI::EventReturn OnQuickChat5(UI::EventParams &e); UI::EventReturn OnQuickChat5(UI::EventParams &e);
#if PPSSPP_PLATFORM(WINDOWS) || defined(USING_QT_UI) || defined(SDL)
UI::TextEdit *chatEdit_ = nullptr; UI::TextEdit *chatEdit_ = nullptr;
#endif
UI::ScrollView *scroll_ = nullptr; UI::ScrollView *scroll_ = nullptr;
UI::LinearLayout *chatVert_ = nullptr; UI::LinearLayout *chatVert_ = nullptr;
UI::ViewGroup *box_ = nullptr; UI::ViewGroup *box_ = nullptr;