We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644689e commit bd3e0bcCopy full SHA for bd3e0bc
include/geode/mesh/io/geode/geode_bitsery_mesh_output.hpp
@@ -43,7 +43,7 @@
43
mesh.impl_name() == OpenGeode##Mesh::impl_name_static(), \
44
"[Bitsery] Cannot save ", mesh.type_name(), \
45
" in native format because it is not ", \
46
- OpenGeode##Mesh::impl_name() ); \
+ OpenGeode##Mesh::impl_name_static() ); \
47
std::ofstream file{ to_string( this->filename() ), \
48
std::ofstream::binary }; \
49
TContext context{}; \
0 commit comments