mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Add missing exports for ifcopenshell-python when we build shared libs.
This commit is contained in:
committed by
Thomas Krijnen
parent
7e28d193ec
commit
42448cae4e
@@ -23,6 +23,7 @@
|
||||
#define SVGSERIALIZER_H
|
||||
|
||||
#include "../ifcgeom_schema_agnostic/GeometrySerializer.h"
|
||||
#include "../serializers/serializers_api.h"
|
||||
#include "../serializers/util.h"
|
||||
|
||||
#include "../ifcparse/utils.h"
|
||||
@@ -135,7 +136,7 @@ typedef boost::variant<
|
||||
Handle(HLRBRep_PolyAlgo)
|
||||
> hlr_t;
|
||||
|
||||
class SvgSerializer : public WriteOnlyGeometrySerializer {
|
||||
class SERIALIZERS_API SvgSerializer : public WriteOnlyGeometrySerializer {
|
||||
public:
|
||||
typedef std::pair<std::string, std::vector<util::string_buffer> > path_object;
|
||||
typedef std::vector< boost::shared_ptr<util::string_buffer::float_item> > float_item_list;
|
||||
|
||||
Reference in New Issue
Block a user