mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Avoiding the mac compilation problem maybe
This commit is contained in:
parent
4a47737d0b
commit
5d7accca2b
1 changed files with 0 additions and 4 deletions
|
@ -688,10 +688,6 @@ public:
|
|||
return std::static_pointer_cast<TaskConcept>( _concept)->addJob<T>(name, input, std::forward<A>(args)...);
|
||||
}
|
||||
|
||||
template <class O> void setOutput(O&& output) {
|
||||
_concept->_output = Varying(output);
|
||||
}
|
||||
|
||||
std::shared_ptr<Config> getConfiguration() {
|
||||
return std::static_pointer_cast<Config>(_concept->getConfiguration());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue