Skip to content
Snippets Groups Projects
Commit 3bcba0b4 authored by Rye Mutt's avatar Rye Mutt Committed by Rye Mutt
Browse files

Fix GCC10 warning

parent d4f5dbf7
No related branches found
No related tags found
No related merge requests found
...@@ -86,10 +86,10 @@ class LLToastAlertPanel ...@@ -86,10 +86,10 @@ class LLToastAlertPanel
: mWidth(0) : mWidth(0)
{} {}
LLButton* mButton; LLButton* mButton = nullptr;
std::string mURL; std::string mURL;
U32 mURLExternal; U32 mURLExternal = 0;
S32 mWidth; S32 mWidth = 0;
}; };
std::vector<ButtonData> mButtonData; std::vector<ButtonData> mButtonData;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment