Add check.

This commit is contained in:
Jean-Philip Desjardins 2024-06-03 16:55:50 -04:00
parent 18c0a6b17d
commit 3e5fe882d7

View file

@ -60,6 +60,7 @@ public:
, m_structMax(structMax)
, m_idBase(idBase)
{
assert(m_idBase != INVALID_ID);
}
COsStructManager(const COsStructManager&) = delete;