]> git.pld-linux.org Git - packages/kicad.git/blame - kicad-build.patch
- release 3 (by relup.sh)
[packages/kicad.git] / kicad-build.patch
CommitLineData
7e103374
AM
1--- kicad-2013.06.11/common/edaappl.cpp.org 2014-01-14 23:10:10.631550511 +0100
2+++ kicad-2013.06.11/common/edaappl.cpp 2014-01-14 23:10:42.245916063 +0100
3@@ -451,7 +451,7 @@
4
5 // Linux and Unix
6 #elif defined(__UNIX__)
7- m_BinDir = wxStandardPaths().GetExecutablePath();
8+ m_BinDir = wxStandardPaths::Get().GetExecutablePath();
9 #else
10 m_BinDir = argv[0];
11 #endif // __UNIX__
This page took 0.079442 seconds and 4 git commands to generate.