mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Update argument name
This commit is contained in:
parent
2bb189fcac
commit
155a8dfbf4
@ -55,11 +55,11 @@ macro_rules! any_object {
|
||||
|
||||
impl AnyObject<AboutToBeStored> {
|
||||
/// Insert the object into its respective store
|
||||
pub fn insert(self, objects: &mut Topology) -> AnyObject<Stored> {
|
||||
pub fn insert(self, topology: &mut Topology) -> AnyObject<Stored> {
|
||||
match self {
|
||||
$(
|
||||
Self::$ty((handle, object)) => {
|
||||
objects.$store.insert(
|
||||
topology.$store.insert(
|
||||
handle.clone().into(), object
|
||||
);
|
||||
handle.into()
|
||||
|
Loading…
Reference in New Issue
Block a user