Skip to content

Commit 7a614f7

Browse files
committed
is this a fix
1 parent 03d80ce commit 7a614f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eigenpy/std-map.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct StdMapPythonVisitor
2828

2929
namespace python {
3030
// fix previous mistake (deprecated using-decl)
31-
EIGENPY_DEPRECATED using ::eigenpy::StdMapPythonVisitor;
31+
using ::eigenpy::StdMapPythonVisitor EIGENPY_DEPRECATED;
3232
} // namespace python
3333
} // namespace eigenpy
3434

0 commit comments

Comments
 (0)