From 19933e0102cebb5e8f023897ccf50953832c549f Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 10 Jun 2024 20:24:26 +0200 Subject: [PATCH] Reintroduce schema def for early bound example part --- src/examples/IfcParseExamples.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/examples/IfcParseExamples.cpp b/src/examples/IfcParseExamples.cpp index 7379741ee9..a437a719d4 100644 --- a/src/examples/IfcParseExamples.cpp +++ b/src/examples/IfcParseExamples.cpp @@ -17,6 +17,9 @@ * * ********************************************************************************/ +// TODO: Multiple schemas +#define IfcSchema Ifc2x3 + #include "../ifcparse/IfcFile.h" #include "../ifcparse/IfcLogger.h"