Change type: PuppetComponent::thread to PuppetThread

This commit is contained in:
2026-02-18 02:05:18 -04:00
parent 9159e9f7b4
commit 687bab53b5
8 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
namespace smo {
Mind::Mind(void)
: sscl::PuppetApplication(
: sscl::PuppetApplication(
std::vector<std::shared_ptr<sscl::PuppetThread>>{
std::make_shared<MindThread>(SmoThreadId::DIRECTOR, *this),
std::make_shared<MindThread>(SmoThreadId::SIMULATOR, *this),