summaryrefslogtreecommitdiff
path: root/src/categories.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/categories.h')
-rw-r--r--src/categories.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/categories.h b/src/categories.h
index 75698149..31fccd6d 100644
--- a/src/categories.h
+++ b/src/categories.h
@@ -180,6 +180,8 @@ private:
void setParents();
+ static void cleanup();
+
private:
static CategoryFactory *s_Instance;
@@ -188,6 +190,8 @@ private:
std::map<int, unsigned int> m_IDMap;
std::map<int, unsigned int> m_NexusMap;
+private:
+
};