Commit f0391648 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Fix compiler warning from last commit.

parent d04fd426
......@@ -1093,6 +1093,8 @@ bool SCH_EDIT_FRAME::isAutoSaveRequired() const
return sheetList.IsAutoSaveRequired();
}
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment