msvc: fixed compile/syntax error that only seems to occur in msvc

This commit is contained in:
itsmattkc
2020-04-02 13:09:21 +11:00
parent 03c9c708f0
commit bfbb2e3fef
@@ -70,7 +70,7 @@ void TimelineViewBlockItem::UpdateRect()
Timecode::time_to_timecode(block_->out() - block_->in(), timebase(), Core::instance()->GetTimecodeDisplay())));
}
void TimelineViewBlockItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget */*widget*/)
void TimelineViewBlockItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *)
{
switch (block_->type()) {
case Block::kClip: