mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Add a missing static
This commit is contained in:
parent
62186e916a
commit
1d82a75595
@ -250,7 +250,7 @@ wxString FontFace(std::string opt_prefix) {
|
||||
return to_wx(value);
|
||||
}
|
||||
|
||||
agi::fs::path FileSelector(wxString const& message, std::string const& option_name, std::string const& default_filename, std::string const& default_extension, wxString const& wildcard, int flags, wxWindow *parent) {
|
||||
static agi::fs::path FileSelector(wxString const& message, std::string const& option_name, std::string const& default_filename, std::string const& default_extension, wxString const& wildcard, int flags, wxWindow *parent) {
|
||||
wxString path;
|
||||
if (!option_name.empty())
|
||||
path = to_wx(OPT_GET(option_name)->GetString());
|
||||
|
Loading…
x
Reference in New Issue
Block a user