mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-09 20:17:54 +03:00
fixed struct vs class.
This commit is contained in:
parent
808c7367c9
commit
aa29f86efe
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ namespace MWWorld
|
|||
{
|
||||
class CellStore;
|
||||
|
||||
struct Cell : public ESM::CellVariant
|
||||
class Cell : public ESM::CellVariant
|
||||
{
|
||||
friend MWWorld::CellStore;
|
||||
struct MoodData
|
||||
|
|
|
@ -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