diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-05 03:15:14 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:30:35 -0500 |
| commit | 41c4d0922946b2f7b090f0d5844e04eb138e9c1a (patch) | |
| tree | 81207b8a22b68ce6268d4da78bb2d163f467a17e /src/categories.h | |
| parent | fba3d52f5645bf2b0ec4a61f9b7fed9c4d481637 (diff) | |
Fix merge issues
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/categories.h b/src/categories.h index a1aa92fc..1df7295b 100644 --- a/src/categories.h +++ b/src/categories.h @@ -224,7 +224,11 @@ private: void setParents(); + static void cleanup(); + private: + static CategoryFactory* s_Instance; + std::vector<Category> m_Categories; std::map<int, unsigned int> m_IDMap; std::map<int, NexusCategory> m_NexusMap; |
