Skip to content

Commit 4ecbf17

Browse files
committed
--consistency; cleanup
1 parent ba626b2 commit 4ecbf17

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/esp/physics/objectWrappers/ManagedArticulatedObject.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class ManagedArticulatedObject
2121
public:
2222
explicit ManagedArticulatedObject(
2323
const std::string& classKey = "ManagedArticulatedObject")
24-
: AbstractManagedPhysicsObject<esp::physics::ArticulatedObject>(
25-
classKey) {}
24+
: AbstractManagedPhysicsObject<esp::physics::ArticulatedObject>::
25+
AbstractManagedPhysicsObject(classKey) {}
2626

2727
/**
2828
* @brief Get a copy of the template attributes describing the initial state

src/esp/sensor/sensorWrappers/ManagedAudioSensor.h

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#ifndef ESP_SENSOR_MANAGEDAUDIOSENSOR_H_
66
#define ESP_SENSOR_MANAGEDAUDIOSENSOR_H_
77

8-
#include <Corrade/Utility/FormatStl.h>
9-
#include <Corrade/Utility/Macros.h>
10-
118
#include "ManagedSensorTemplates.h"
129
#include "esp/sensor/AudioSensor.h"
1310

0 commit comments

Comments
 (0)