diff --git a/src/ifcparse/file.h b/src/ifcparse/file.h index bca196f98a..852b74f28b 100644 --- a/src/ifcparse/file.h +++ b/src/ifcparse/file.h @@ -91,7 +91,7 @@ enum filetype { IFC_PARSE_API filetype guess_file_type(const std::string& path); template > -class IFC_PARSE_API instance_streamer { +class instance_streamer { private: std::unique_ptr owned_stream_; Reader* stream_;