implement two ways of finding out the type of property

This commit is contained in:
Alexandra Heuschling
2020-11-05 21:27:02 +01:00
parent afaa48ac8b
commit 2d1ebf5a8c
2 changed files with 37 additions and 4 deletions

View File

@@ -121,8 +121,8 @@ protected:
bool write_binary(std::ostream&, BaseExporter&, Options) const;
size_t store_binary_custom_chunk( std::ostream&, const BaseProperty&,
OMFormat::Chunk::Entity, bool) const;
size_t store_binary_custom_chunk(std::ostream&, BaseProperty&,
OMFormat::Chunk::Entity, bool) const;
};