mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 03:57:51 +03:00
fixed struct vs class.
This commit is contained in:
parent
808c7367c9
commit
aa29f86efe
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ namespace ESM
|
|||
struct CellId;
|
||||
struct RefId;
|
||||
|
||||
struct CellVariant
|
||||
class CellVariant
|
||||
{
|
||||
protected:
|
||||
std::variant<const ESM4::Cell*, const ESM::Cell*> mVariant;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue