From 8f4f7503f58b3874241b3cb8d83938ac1f037855 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 29 Jul 2013 14:47:35 +0000 Subject: [PATCH] Windows porting --- src/MEDLoader/MEDFileFieldOverView.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MEDLoader/MEDFileFieldOverView.hxx b/src/MEDLoader/MEDFileFieldOverView.hxx index 7ee38b72a..8be4e20a1 100644 --- a/src/MEDLoader/MEDFileFieldOverView.hxx +++ b/src/MEDLoader/MEDFileFieldOverView.hxx @@ -171,7 +171,7 @@ namespace ParaMEDMEM void checkWithMeshStructForGaussNE(const MEDFileMeshStruct *mst, const MEDFileFieldGlobsReal *globs) throw(INTERP_KERNEL::Exception); void checkWithMeshStructForGaussPT(const MEDFileMeshStruct *mst, const MEDFileFieldGlobsReal *globs) throw(INTERP_KERNEL::Exception); // - std::size_t getHeapMemorySize() const; + MEDLOADER_EXPORT std::size_t getHeapMemorySize() const; // const DataArrayInt *getPfl(const MEDFileFieldGlobsReal *globs) const; INTERP_KERNEL::NormalizedCellType getGeo() const { return _geo_type; } @@ -203,7 +203,7 @@ namespace ParaMEDMEM MEDFileField1TSStructItem(TypeOfField a, const std::vector< MEDFileField1TSStructItem2 >& b); void checkWithMeshStruct(const MEDFileMeshStruct *mst, const MEDFileFieldGlobsReal *globs) throw(INTERP_KERNEL::Exception); bool operator==(const MEDFileField1TSStructItem& other) const throw(INTERP_KERNEL::Exception); - std::size_t getHeapMemorySize() const; + MEDLOADER_EXPORT std::size_t getHeapMemorySize() const; bool isEntityCell() const; bool isComputed() const { return _computed; } TypeOfField getType() const { return _type; } -- 2.39.2