Change type: PuppetComponent::thread to PuppetThread
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
namespace smo {
|
||||
namespace body {
|
||||
|
||||
Body::Body(Mind &parent, const std::shared_ptr<sscl::ComponentThread> &thread)
|
||||
Body::Body(Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread)
|
||||
: sscl::PuppetComponent(static_cast<sscl::PuppetApplication&>(parent), thread)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user