diff options
Diffstat (limited to 'src/resources/db/sounddb.h')
-rw-r--r-- | src/resources/db/sounddb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/resources/db/sounddb.h b/src/resources/db/sounddb.h index a0710d688..6230cefae 100644 --- a/src/resources/db/sounddb.h +++ b/src/resources/db/sounddb.h @@ -21,6 +21,8 @@ #ifndef RESOURCES_DB_SOUNDDB_H #define RESOURCES_DB_SOUNDDB_H +#include "enums/simpletypes/skiperror.h" + #include <string> #include "localconsts.h" @@ -29,7 +31,8 @@ namespace SoundDB { void load(); - void loadXmlFile(const std::string &fileName); + void loadXmlFile(const std::string &fileName, + const SkipError skipError); void unload(); |