Fix compiler warning from last commit.
This commit is contained in:
parent
d04fd426dc
commit
f0391648e3
|
@ -1093,6 +1093,8 @@ bool SCH_EDIT_FRAME::isAutoSaveRequired() const
|
|||
|
||||
return sheetList.IsAutoSaveRequired();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue