Fix compiler warning from last commit.

This commit is contained in:
Wayne Stambaugh 2014-08-23 15:36:22 -04:00
parent d04fd426dc
commit f0391648e3
1 changed files with 2 additions and 0 deletions

View File

@ -1093,6 +1093,8 @@ bool SCH_EDIT_FRAME::isAutoSaveRequired() const
return sheetList.IsAutoSaveRequired();
}
return false;
}