Spinscale: create new namespace sscl
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
namespace smo {
|
||||
namespace director {
|
||||
|
||||
Director::Director(Mind &parent, const std::shared_ptr<ComponentThread> &thread)
|
||||
: PuppetComponent(static_cast<PuppetApplication&>(parent), thread)
|
||||
Director::Director(Mind &parent, const std::shared_ptr<sscl::ComponentThread> &thread)
|
||||
: sscl::PuppetComponent(static_cast<sscl::PuppetApplication&>(parent), thread)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user