mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Fixing the mac build
This commit is contained in:
parent
776bcb6655
commit
c45f810622
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ public:
|
|||
Model(const Varying& input, A&&... args) :
|
||||
Concept(nullptr), _data(Data(std::forward<A>(args)...)), _input(input), _output(Output()) {
|
||||
// Recreate the Config to use the templated type
|
||||
_data.createConfiguration<C>();
|
||||
_data.template createConfiguration<C>();
|
||||
_config = _data.getConfiguration();
|
||||
applyConfiguration();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue