Skip to content

Commit 2096c18

Browse files
authored
[DQ_CoppeliaSimInterfaceZMQ_py.cpp] Removing extra string argument from get_object_rotation.
1 parent 26124b1 commit 2096c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/coppeliasim/DQ_CoppeliaSimInterfaceZMQ_py.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void init_DQ_CoppeliaSimInterfaceZMQ_py(py::module& m)
6161
"Sets object translation.");
6262

6363
dqcsinterfacezmq_py.def("get_object_rotation",
64-
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&, const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_rotation,
64+
(DQ (DQ_CoppeliaSimInterfaceZMQ::*) (const std::string&))&DQ_CoppeliaSimInterfaceZMQ::get_object_rotation,
6565
"Gets object rotation.");
6666

6767
dqcsinterfacezmq_py.def("set_object_rotation",

0 commit comments

Comments
 (0)