Skip to content

Commit

Permalink
Declare Operator as an opaque type for autocxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed Feb 4, 2025
1 parent 75f36e3 commit f3f735a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mfem-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include_cpp! {
generate!("mfem::set_error_action")
generate!("mfem::Vector")

generate!("mfem::Operator") // abstract class
extern_cpp_opaque_type!("mfem::Operator", ffi_cxx::Operator)
generate!("mfem::Operator_Type") // Operator::Type
generate!("mfem::Matrix")

Expand Down

0 comments on commit f3f735a

Please sign in to comment.