Skip to content
Snippets Groups Projects
Commit 9d2448f3 authored by jcarpent's avatar jcarpent
Browse files

[Joint] Correct arg for copy constructor

parent e82d0aad
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ namespace se3
/// Copy constructor
///
/// Prevent the copy of derived class.
LieGroupOperationBase( const LieGroupOperationBase& clone) {}
LieGroupOperationBase( const LieGroupOperationBase & /*clone*/) {}
}; // struct LieGroupOperationBase
} // namespace se3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment