From 09a967bcc36609d4eae79b95f84b756c6bc0574d Mon Sep 17 00:00:00 2001 From: sgrogan Date: Fri, 20 May 2016 09:53:53 -0400 Subject: [PATCH] add AppFemExport to FemPostFunctionProvider --- src/Mod/Fem/App/FemPostFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/App/FemPostFunction.h b/src/Mod/Fem/App/FemPostFunction.h index c019bf9a38..9eacbed1f7 100644 --- a/src/Mod/Fem/App/FemPostFunction.h +++ b/src/Mod/Fem/App/FemPostFunction.h @@ -62,7 +62,7 @@ protected: vtkBoundingBox m_boundingBox; }; -class FemPostFunctionProvider : public App::DocumentObject { +class AppFemExport FemPostFunctionProvider : public App::DocumentObject { PROPERTY_HEADER(Fem::FemPostFunctionProvider);