mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-02 16:20:23 +00:00
fixed struct vs class.
This commit is contained in:
parent
808c7367c9
commit
aa29f86efe
@ -22,7 +22,7 @@ namespace MWWorld
|
|||||||
{
|
{
|
||||||
class CellStore;
|
class CellStore;
|
||||||
|
|
||||||
struct Cell : public ESM::CellVariant
|
class Cell : public ESM::CellVariant
|
||||||
{
|
{
|
||||||
friend MWWorld::CellStore;
|
friend MWWorld::CellStore;
|
||||||
struct MoodData
|
struct MoodData
|
||||||
|
@ -18,7 +18,7 @@ namespace ESM
|
|||||||
struct CellId;
|
struct CellId;
|
||||||
struct RefId;
|
struct RefId;
|
||||||
|
|
||||||
struct CellVariant
|
class CellVariant
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
std::variant<const ESM4::Cell*, const ESM::Cell*> mVariant;
|
std::variant<const ESM4::Cell*, const ESM::Cell*> mVariant;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user