Skip to content

Commit

Permalink
Fix linkage error after rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Oct 19, 2019
1 parent 0e01371 commit 9a1f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend.cpp
Expand Up @@ -1105,7 +1105,7 @@ std::string videoOptionsDisplayScaleString()

// ////////////////////////////////////////////////////////////////////////////
// Video Options
static void refreshCurrentVideoOptionsValues()
void refreshCurrentVideoOptionsValues()
{
widgSetString(psWScreen, FRONTEND_WINDOWMODE_R, videoOptionsWindowModeString());
widgSetString(psWScreen, FRONTEND_FSAA_R, videoOptionsAntialiasingString().c_str());
Expand Down

0 comments on commit 9a1f904

Please sign in to comment.