Skip to content

Commit

Permalink
fix: renamed GalakuOneEngineIdentifierFactory to `GalakuIdentifierF…
Browse files Browse the repository at this point in the history
…actory`
  • Loading branch information
Ljzd-PRO authored and qdot committed Apr 26, 2024
1 parent 78a2869 commit be2f1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buttplug/src/server/device/protocol/mod.rs
Expand Up @@ -252,7 +252,7 @@ pub fn get_default_protocol_map() -> HashMap<String, Arc<dyn ProtocolIdentifierF

add_to_protocol_map(
&mut map,
galaku::setup::GalakuOneEngineIdentifierFactory::default(),
galaku::setup::GalakuIdentifierFactory::default(),
);

add_to_protocol_map(&mut map, itoys::setup::IToysIdentifierFactory::default());
Expand Down

0 comments on commit be2f1a8

Please sign in to comment.