We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a3aeb commit c9e78c7Copy full SHA for c9e78c7
1 file changed
package/cpp/bullet/RNFShapeWrapper.h
@@ -15,7 +15,7 @@ namespace margelo {
15
*/
16
class ShapeWrapper : public HybridObject {
17
public:
18
- explicit ShapeWrapper(const char* name, std::shared_ptr<btCollisionShape> shape) : HybridObject(name), _shape(shape) {};
+ explicit ShapeWrapper(const char* name, std::shared_ptr<btCollisionShape> shape) : HybridObject(name), _shape(shape) {}
19
20
void loadHybridMethods() override;
21
0 commit comments