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