Skip to content

Commit

Permalink
Update name of macro
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 30, 2024
1 parent 9b48f3b commit 2eea291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/fj-core/src/objects/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
validate::{Validate, ValidationConfig, ValidationError},
};

macro_rules! object {
macro_rules! any_object {
($($ty:ident, $name:expr, $store:ident;)*) => {
/// An enum that can hold object
///
Expand Down Expand Up @@ -101,7 +101,7 @@ macro_rules! object {
};
}

object!(
any_object!(
Curve, "curve", curves;
Cycle, "cycle", cycles;
Face, "face", faces;
Expand Down

0 comments on commit 2eea291

Please sign in to comment.