Spinscale: PuppetComponent takes PuppetApplication&
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include <simulator/simulator.h>
|
||||
#include <mind.h>
|
||||
|
||||
namespace smo {
|
||||
namespace simulator {
|
||||
|
||||
Simulator::Simulator(Mind &parent, const std::shared_ptr<ComponentThread> &thread)
|
||||
: PuppetComponent(static_cast<PuppetApplication&>(parent), thread)
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace simulator
|
||||
} // namespace smo
|
||||
Reference in New Issue
Block a user