Skip to content
Snippets Groups Projects
Commit ccbf6d88 authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix Ubuntu 12.04 (64 bits) portability issues.

parent 4b62b38c
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ const double GripperControl::OFFSET_DEFAULT = 0.9;
GripperControl::
GripperControl(void)
:offset( GripperControl::OFFSET_DEFAULT )
,factor((unsigned int)0)
,factor()
{}
GripperControlPlugin::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment