mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
dllimport/export #6926
This commit is contained in:
@@ -84,10 +84,9 @@ enum filetype {
|
||||
FT_AUTODETECT
|
||||
};
|
||||
|
||||
filetype guess_file_type(const std::string& fn);
|
||||
IFC_PARSE_API filetype guess_file_type(const std::string& fn);
|
||||
|
||||
|
||||
class InstanceStreamer {
|
||||
class IFC_PARSE_API InstanceStreamer {
|
||||
private:
|
||||
IfcSpfStream* stream_;
|
||||
IfcSpfLexer* lexer_;
|
||||
|
||||
Reference in New Issue
Block a user