Skip to content

Commit

Permalink
Merge pull request #3613 from vomikan/master
Browse files Browse the repository at this point in the history
fix(#3587): default to def
  • Loading branch information
vomikan committed Jun 12, 2021
2 parents ac4f37d + 95379dd commit 3d6b02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Expand Up @@ -113,7 +113,7 @@ const wxString inQuotes(const wxString& label, const wxString& delimiter);
void csv2tab_separated_values(wxString& line, const wxString& delimit);
void correctEmptyFileExt(const wxString& ext, wxString & fileName );

void mmLoadColorsFromDatabase(bool default = false);
void mmLoadColorsFromDatabase(bool def = false);
wxColour getUDColour(int c);

class mmColors
Expand Down

0 comments on commit 3d6b02f

Please sign in to comment.