mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-04-17 22:44:25 +00:00
Change type: PuppetComponent::thread to PuppetThread
This commit is contained in:
@@ -10,7 +10,7 @@ Component::Component(const std::shared_ptr<ComponentThread> &thread)
|
||||
}
|
||||
|
||||
PuppetComponent::PuppetComponent(
|
||||
PuppetApplication &parent, const std::shared_ptr<ComponentThread> &thread)
|
||||
PuppetApplication &parent, const std::shared_ptr<PuppetThread> &thread)
|
||||
: Component(thread),
|
||||
parent(parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user