Skip to content

Commit 5fdb9c8

Browse files
committed
fix
1 parent bd3e0bc commit 5fdb9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/geode/mesh/io/geode/geode_bitsery_mesh_output.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
{ \
4242
OPENGEODE_EXCEPTION( \
4343
mesh.impl_name() == OpenGeode##Mesh::impl_name_static(), \
44-
"[Bitsery] Cannot save ", mesh.type_name(), \
44+
"[Bitsery] Cannot save ", mesh.type_name().get(), \
4545
" in native format because it is not ", \
46-
OpenGeode##Mesh::impl_name_static() ); \
46+
OpenGeode##Mesh::impl_name_static().get() ); \
4747
std::ofstream file{ to_string( this->filename() ), \
4848
std::ofstream::binary }; \
4949
TContext context{}; \

0 commit comments

Comments
 (0)