Skip to content

Commit bd3e0bc

Browse files
committed
fix
1 parent 644689e commit bd3e0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
mesh.impl_name() == OpenGeode##Mesh::impl_name_static(), \
4444
"[Bitsery] Cannot save ", mesh.type_name(), \
4545
" in native format because it is not ", \
46-
OpenGeode##Mesh::impl_name() ); \
46+
OpenGeode##Mesh::impl_name_static() ); \
4747
std::ofstream file{ to_string( this->filename() ), \
4848
std::ofstream::binary }; \
4949
TContext context{}; \

0 commit comments

Comments
 (0)