summaryrefslogtreecommitdiff
path: root/src/resources/db/skillunitdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/skillunitdb.h')
-rw-r--r--src/resources/db/skillunitdb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/db/skillunitdb.h b/src/resources/db/skillunitdb.h
index 4498d4e62..83a135699 100644
--- a/src/resources/db/skillunitdb.h
+++ b/src/resources/db/skillunitdb.h
@@ -24,6 +24,7 @@
#define RESOURCES_DB_SKILLUNITDB_H
#include "enums/simpletypes/beingtypeid.h"
+#include "enums/simpletypes/skiperror.h"
#include <string>
@@ -35,7 +36,8 @@ namespace SkillUnitDb
{
void load();
- void loadXmlFile(const std::string &fileName);
+ void loadXmlFile(const std::string &fileName,
+ const SkipError skipError);
void unload();