fixed struct vs class.

This commit is contained in:
florent.teppe 2023-01-28 19:45:27 +01:00
parent 808c7367c9
commit aa29f86efe
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ namespace ESM
struct CellId;
struct RefId;
struct CellVariant
class CellVariant
{
protected:
std::variant<const ESM4::Cell*, const ESM::Cell*> mVariant;