|
|
@ -31,7 +31,7 @@ namespace MWWorld
|
|
|
|
/** runtime-data */
|
|
|
|
/** runtime-data */
|
|
|
|
RefData mData;
|
|
|
|
RefData mData;
|
|
|
|
|
|
|
|
|
|
|
|
LiveCellRefBase(std::string type, const ESM::CellRef &cref=ESM::CellRef());
|
|
|
|
LiveCellRefBase(const std::string& type, const ESM::CellRef &cref=ESM::CellRef());
|
|
|
|
/* Need this for the class to be recognized as polymorphic */
|
|
|
|
/* Need this for the class to be recognized as polymorphic */
|
|
|
|
virtual ~LiveCellRefBase() { }
|
|
|
|
virtual ~LiveCellRefBase() { }
|
|
|
|
|
|
|
|
|
|
|
|