Skip to content

Commit

Permalink
Update crates/opencascade/src/primitives/wire.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Schwind <[email protected]>
  • Loading branch information
mkovaxx and bschwind authored Nov 26, 2023
1 parent 702c13b commit 394b923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/opencascade/src/primitives/wire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use cxx::UniquePtr;
use glam::{dvec3, DVec3};
use opencascade_sys::ffi;

use super::Shell;
use crate::primitives::Shell;

pub struct Wire {
pub(crate) inner: UniquePtr<ffi::TopoDS_Wire>,
Expand Down

0 comments on commit 394b923

Please sign in to comment.