diff --git a/src/ifcparse/file.h b/src/ifcparse/file.h index f5f50b5da6..6f35630cc0 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_;