summaryrefslogtreecommitdiff
path: root/src/categories.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-20 14:33:08 -0600
committerGitHub <noreply@github.com>2018-12-20 14:33:08 -0600
commited67ac211306bee2067178ace1a0a7fbcd0bea1b (patch)
tree8fe31503ba20a436457c8c94d61f953b4aa067b4 /src/categories.h
parent2232bdfc779b8575c8374a723d4d02a2b41fb352 (diff)
parent9a33dc148054443cb0efd5916ff758fca5bc09e3 (diff)
Merge pull request #586 from ModOrganizer2/Develop
Release 2.1.6
Diffstat (limited to 'src/categories.h')
-rw-r--r--src/categories.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/categories.h b/src/categories.h
index 474a1440..48e0b44b 100644
--- a/src/categories.h
+++ b/src/categories.h
@@ -47,8 +47,10 @@ public:
static const int CATEGORY_SPECIAL_NOCATEGORY = 10003;
static const int CATEGORY_SPECIAL_CONFLICT = 10004;
static const int CATEGORY_SPECIAL_NOTENDORSED = 10005;
- static const int CATEGORY_SPECIAL_MANAGED = 10006;
- static const int CATEGORY_SPECIAL_UNMANAGED = 10007;
+ static const int CATEGORY_SPECIAL_BACKUP = 10006;
+ static const int CATEGORY_SPECIAL_MANAGED = 10007;
+ static const int CATEGORY_SPECIAL_UNMANAGED = 10008;
+
public: