From 52e8e2bd5d40f315e46080562df17180dc29d453 Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 5 Jul 2011 13:45:30 +0000 Subject: [PATCH] Porting SALOME 6.3.1 on windows platform. --- src/INTERP_KERNEL/Interpolation2DCurve.hxx | 2 +- src/INTERP_KERNEL/Interpolation3D.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/Interpolation2DCurve.hxx b/src/INTERP_KERNEL/Interpolation2DCurve.hxx index 0077fa3b8..8a3f09b2a 100644 --- a/src/INTERP_KERNEL/Interpolation2DCurve.hxx +++ b/src/INTERP_KERNEL/Interpolation2DCurve.hxx @@ -25,7 +25,7 @@ namespace INTERP_KERNEL { - class Interpolation2DCurve : public InterpolationCurve + class INTERPKERNEL_EXPORT Interpolation2DCurve : public InterpolationCurve { public: Interpolation2DCurve(); diff --git a/src/INTERP_KERNEL/Interpolation3D.cxx b/src/INTERP_KERNEL/Interpolation3D.cxx index 70e249140..d5c9f6c86 100644 --- a/src/INTERP_KERNEL/Interpolation3D.cxx +++ b/src/INTERP_KERNEL/Interpolation3D.cxx @@ -18,6 +18,7 @@ // #include "Interpolation3D.hxx" +#include "Interpolation3D.txx" namespace INTERP_KERNEL { -- 2.39.2