diff --git a/common/edaappl.cpp b/common/edaappl.cpp index 25f3f1d2ca..12933f0296 100644 --- a/common/edaappl.cpp +++ b/common/edaappl.cpp @@ -454,7 +454,7 @@ bool EDA_APP::SetBinDir() // Linux and Unix #elif defined(__UNIX__) - m_BinDir = wxStandardPaths().GetExecutablePath(); + m_BinDir = wxStandardPaths::Get().GetExecutablePath(); #else m_BinDir = argv[0]; #endif // __UNIX__