Change type: PuppetComponent::thread to PuppetThread

This commit is contained in:
2026-02-18 02:03:19 -04:00
parent e813962168
commit 01a9c6ecc9
2 changed files with 15 additions and 2 deletions

View File

@@ -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)
{