Fix typos

This commit is contained in:
vit9696 2019-01-07 23:01:04 +03:00
parent d16c438069
commit 40b77a713f
4 changed files with 5 additions and 5 deletions

View file

@ -35,6 +35,6 @@ typedef std::map<EFI_GUID, UString, OperatorLessForGuids> GuidDatabase;
UString guidDatabaseLookup(const EFI_GUID & guid);
void initGuidDatabase(const UString & path = "", UINT32* numEntries = NULL);
GuidDatabase guidDatabaseFromTreeRecursive(TreeModel * model, const UModelIndex index);
USTATUS guidDatabseExportToFile(const UString & outPath, GuidDatabase & db);
USTATUS guidDatabaseExportToFile(const UString & outPath, GuidDatabase & db);
#endif // GUID_DATABASE_H