From 57f2e6874642dad207aeb77908c490790ede3eb6 Mon Sep 17 00:00:00 2001 From: Shai Seger Date: Thu, 26 Oct 2017 23:22:09 +0300 Subject: [PATCH] Fix another linux compilation issue... --- src/Mod/Path/PathSimulator/App/PreCompiled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathSimulator/App/PreCompiled.h b/src/Mod/Path/PathSimulator/App/PreCompiled.h index 0ce64deb5b..3f594cab88 100644 --- a/src/Mod/Path/PathSimulator/App/PreCompiled.h +++ b/src/Mod/Path/PathSimulator/App/PreCompiled.h @@ -33,7 +33,7 @@ # define PartExport __declspec(dllimport) # define MeshExport __declspec(dllimport) #else // for Linux -# define PathSimulatorAppExport +# define PathSimulatorExport # define PathExport # define PartExport # define MeshExport