From 37c27346d5c83122ae16243bfae4f8e275795be1 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 c019bf9a3..9eacbed1f 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);