mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +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) :
|
Model(const Varying& input, A&&... args) :
|
||||||
Concept(nullptr), _data(Data(std::forward<A>(args)...)), _input(input), _output(Output()) {
|
Concept(nullptr), _data(Data(std::forward<A>(args)...)), _input(input), _output(Output()) {
|
||||||
// Recreate the Config to use the templated type
|
// Recreate the Config to use the templated type
|
||||||
_data.createConfiguration<C>();
|
_data.template createConfiguration<C>();
|
||||||
_config = _data.getConfiguration();
|
_config = _data.getConfiguration();
|
||||||
applyConfiguration();
|
applyConfiguration();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue