File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ class ManagedArticulatedObject
21
21
public:
22
22
explicit ManagedArticulatedObject (
23
23
const std::string& classKey = " ManagedArticulatedObject" )
24
- : AbstractManagedPhysicsObject<esp::physics::ArticulatedObject>(
25
- classKey) {}
24
+ : AbstractManagedPhysicsObject<esp::physics::ArticulatedObject>::
25
+ AbstractManagedPhysicsObject( classKey) {}
26
26
27
27
/* *
28
28
* @brief Get a copy of the template attributes describing the initial state
Original file line number Diff line number Diff line change 5
5
#ifndef ESP_SENSOR_MANAGEDAUDIOSENSOR_H_
6
6
#define ESP_SENSOR_MANAGEDAUDIOSENSOR_H_
7
7
8
- #include < Corrade/Utility/FormatStl.h>
9
- #include < Corrade/Utility/Macros.h>
10
-
11
8
#include " ManagedSensorTemplates.h"
12
9
#include " esp/sensor/AudioSensor.h"
13
10
You can’t perform that action at this time.
0 commit comments