1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

made container store data members private

This commit is contained in:
Marc Zinnschlag 2012-02-23 13:01:53 +01:00
parent af23cc352e
commit 8f60d5b180

View File

@ -31,7 +31,7 @@ namespace MWWorld
static const int Type_All = 0xffff;
// private:
private:
ESMS::CellRefList<ESM::Potion, RefData> potions;
ESMS::CellRefList<ESM::Apparatus, RefData> appas;