Change type: PuppetComponent::thread to PuppetThread
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user