mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
Qualify getName in task template to satisfy gcc
This commit is contained in:
parent
adcf991125
commit
888fca2127
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ public:
|
|||
}
|
||||
|
||||
void applyConfiguration() override {
|
||||
Duration profileRange(trace_render(), ("configure::" + getName()).c_str());
|
||||
Duration profileRange(trace_render(), ("configure::" + JobConcept::getName()).c_str());
|
||||
jobConfigure(_data, *std::static_pointer_cast<C>(Concept::_config));
|
||||
for (auto& job : TaskConcept::_jobs) {
|
||||
job.applyConfiguration();
|
||||
|
|
Loading…
Reference in a new issue