mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 06:18:09 +00:00
Support propsetdefset in rocksdb streamer
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef ROCKSDBSERIALIZER_H
|
||||
#define ROCKSDBSERIALIZER_H
|
||||
#ifdef WITH_ROCKSDB
|
||||
|
||||
#include "../serializers/serializers_api.h"
|
||||
@@ -28,4 +30,5 @@ public:
|
||||
void setFile(IfcParse::IfcFile*) { throw IfcParse::IfcException("Should be supplied on construction"); }
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user