mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
Welcome: Replace instances of DeprecatedString with String
This commit is contained in:
parent
c216d71b6c
commit
bfc08bc84b
2 changed files with 11 additions and 8 deletions
|
@ -35,5 +35,5 @@ private:
|
|||
RefPtr<WebView::OutOfProcessWebView> m_web_view;
|
||||
|
||||
size_t m_initial_tip_index { 0 };
|
||||
Vector<DeprecatedString> m_tips;
|
||||
Vector<String> m_tips;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue