Split: Split libspinscale off from SMO.
Now we can probably begin using libspinscale in Couresilient without worrying about excessive technical debt later on.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace simulator {
|
||||
|
||||
Simulator::Simulator(
|
||||
Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread)
|
||||
: sscl::PuppetComponent(static_cast<sscl::PuppetApplication&>(parent), thread)
|
||||
: MindComponent(static_cast<sscl::PuppetApplication&>(parent), thread)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user