mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
Welcome: Replace instances of DeprecatedString with String
This commit is contained in:
parent
c216d71b6c
commit
bfc08bc84b
Notes:
sideshowbarker
2024-07-17 00:59:55 +09:00
Author: https://github.com/thankyouverycool
Commit: bfc08bc84b
Pull-request: https://github.com/SerenityOS/serenity/pull/17242
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