mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
First slice plug-in refactor
This commit is contained in:
@@ -20,9 +20,10 @@
|
||||
#ifndef SERIALIZER_H
|
||||
#define SERIALIZER_H
|
||||
|
||||
#include "ifc_geom_api.h"
|
||||
#include "../ifcparse/file.h"
|
||||
|
||||
class Serializer {
|
||||
class IFC_GEOM_API Serializer {
|
||||
public:
|
||||
virtual ~Serializer() {}
|
||||
|
||||
@@ -32,4 +33,4 @@ public:
|
||||
virtual void setFile(ifcopenshell::file*) = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user