fixed struct vs class.

7220-lua-add-a-general-purpose-lexical-parser
florent.teppe 2 years ago
parent 808c7367c9
commit aa29f86efe

@ -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…
Cancel
Save