forked from ROMEO/obsw
trait inheritance is strange
This commit is contained in:
@ -162,7 +162,8 @@ impl SystemObjectIF for HandlerSender {
|
||||
Err(_) => return Err(()),
|
||||
};
|
||||
self.other_handler_queue = other_handler.get_command_queue();
|
||||
//TODO self.other_data.initialize(other_handler); // oh come on :/
|
||||
|
||||
self.other_data.initialize(other_handler)?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user