Fix the easy comments.

This commit is contained in:
Thomas Wilshaw
2021-04-12 10:14:18 +01:00
parent cb0cfebf40
commit b9ebc6be18
6 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ rational TimeBasedPanel::GetTime()
return widget_->GetTime();
}
rational TimeBasedPanel::timebase()
const rational& TimeBasedPanel::timebase()
{
return widget_->timebase();
}