HAL_VRBrain: call parent Util constructor

This commit is contained in:
Andrew Tridgell 2015-02-11 20:56:59 +11:00
parent ebacb2b496
commit db9c8548a5

View File

@ -23,7 +23,7 @@ extern bool _vrbrain_thread_should_exit;
/*
constructor
*/
VRBRAINUtil::VRBRAINUtil(void)
VRBRAINUtil::VRBRAINUtil(void) : Util()
{
_safety_handle = orb_subscribe(ORB_ID(safety));
}