Support one hardcoded import
This commit is contained in:
@ -43,4 +43,9 @@ namespace elna::boot
|
||||
{
|
||||
return m_errors;
|
||||
}
|
||||
|
||||
bool error_container::has_errors() const
|
||||
{
|
||||
return !m_errors.empty();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user