mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-30 08:28:37 +01:00
windows build
This commit is contained in:
@@ -22,7 +22,7 @@ struct HitTestPreview
|
||||
{}
|
||||
|
||||
HitTestPreview(const wxString &message_, wxCursor *cursor_,
|
||||
const wxString &tooltip_ = {})
|
||||
const wxString &tooltip_ = wxString{})
|
||||
: message(message_), cursor(cursor_), tooltip(tooltip_)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user