Skip to content

Commit af6716d

Browse files
authored
[DQ_CoppeliaSimInterfaceZMQ_py.cpp] Added explicitly DQ_CoppeliaSimInterface to the constructor. (See mmmarinho/tro2022_adaptivecontrol#2)
1 parent 62e8ba2 commit af6716d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interfaces/coppeliasim/DQ_CoppeliaSimInterfaceZMQ_py.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
3939
* **************************************************/
4040
py::class_<
4141
DQ_CoppeliaSimInterfaceZMQ,
42-
std::shared_ptr<DQ_CoppeliaSimInterfaceZMQ>
42+
std::shared_ptr<DQ_CoppeliaSimInterfaceZMQ>,
43+
DQ_CoppeliaSimInterface
4344
> dqcsinterfacezmq_py(m,"DQ_CoppeliaSimInterfaceZMQ");
4445
dqcsinterfacezmq_py.def(py::init<>());
4546

0 commit comments

Comments
 (0)