#include "record.h" namespace olive { RecordTool::RecordTool(TimelineWidget *parent) : BeamTool(parent) { } }