Fix build
This commit is contained in:
parent
2ec4237076
commit
18b87dcfaf
2 changed files with 4 additions and 4 deletions
|
|
@ -97,11 +97,11 @@ bool DivDispatch::getWantPreNote() {
|
|||
return false;
|
||||
}
|
||||
|
||||
unsigned int DivDispatch::getClockRangeMin() {
|
||||
int DivDispatch::getClockRangeMin() {
|
||||
return MIN_CUSTOM_CLOCK;
|
||||
}
|
||||
|
||||
unsigned int DivDispatch::getClockRangeMax() {
|
||||
int DivDispatch::getClockRangeMax() {
|
||||
return MAX_CUSTOM_CLOCK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue