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