Skip to content

Commit 5ab1f16

Browse files
committed
core: use Target
1 parent e6d3bfa commit 5ab1f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eigenpy/details.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct implicit<MatType,Eigen::MatrixBase<MatType> >
7878

7979
static void construct(PyObject* obj, rvalue_from_python_stage1_data* data)
8080
{
81-
void* storage = reinterpret_cast<rvalue_from_python_storage<Source>*>
81+
void* storage = reinterpret_cast<rvalue_from_python_storage<Target>*>
8282
(reinterpret_cast<void*>(data))->storage.bytes;
8383

8484
arg_from_python<Source> get_source(obj);

0 commit comments

Comments
 (0)