Skip to content

Commit 74999fd

Browse files
A new compiling error.
1 parent 3946b5f commit 74999fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ bool MyApp::OnInit()
185185
Configuration::m_configfileLocation_override = ini;
186186
wxConfig::Set(new wxFileConfig(wxT("wxMaxima"),
187187
wxEmptyString,
188-
Configuration::m_configfileLocation_overridey));
188+
Configuration::m_configfileLocation_override));
189189
}
190190
else
191191
wxConfig::Set(new wxConfig(wxT("wxMaxima")));

0 commit comments

Comments
 (0)