mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 17:45:34 +00:00
tabs -> spaces
This commit is contained in:
parent
116f125f05
commit
9afa8e952e
2 changed files with 30 additions and 32 deletions
|
@ -143,10 +143,6 @@ namespace MWWorld
|
||||||
MWWorld::CellRefList<ESM::Repair>::List::iterator mRepair;
|
MWWorld::CellRefList<ESM::Repair>::List::iterator mRepair;
|
||||||
MWWorld::CellRefList<ESM::Weapon>::List::iterator mWeapon;
|
MWWorld::CellRefList<ESM::Weapon>::List::iterator mWeapon;
|
||||||
|
|
||||||
public:
|
|
||||||
|
|
||||||
ContainerStoreIterator(const ContainerStoreIterator& src);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
ContainerStoreIterator (ContainerStore *container);
|
ContainerStoreIterator (ContainerStore *container);
|
||||||
|
@ -187,6 +183,8 @@ namespace MWWorld
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
ContainerStoreIterator(const ContainerStoreIterator& src);
|
||||||
|
|
||||||
Ptr *operator->() const;
|
Ptr *operator->() const;
|
||||||
|
|
||||||
Ptr operator*() const;
|
Ptr operator*() const;
|
||||||
|
|
Loading…
Reference in a new issue