Add a missing static
This commit is contained in:
parent
62186e916a
commit
1d82a75595
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ wxString FontFace(std::string opt_prefix) {
|
||||||
return to_wx(value);
|
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;
|
wxString path;
|
||||||
if (!option_name.empty())
|
if (!option_name.empty())
|
||||||
path = to_wx(OPT_GET(option_name)->GetString());
|
path = to_wx(OPT_GET(option_name)->GetString());
|
||||||
|
|
Loading…
Reference in a new issue