mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-02 05:26:38 +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::Weapon>::List::iterator mWeapon;
|
||||
|
||||
public:
|
||||
|
||||
ContainerStoreIterator(const ContainerStoreIterator& src);
|
||||
|
||||
private:
|
||||
|
||||
ContainerStoreIterator (ContainerStore *container);
|
||||
|
|
@ -187,6 +183,8 @@ namespace MWWorld
|
|||
|
||||
public:
|
||||
|
||||
ContainerStoreIterator(const ContainerStoreIterator& src);
|
||||
|
||||
Ptr *operator->() const;
|
||||
|
||||
Ptr operator*() const;
|
||||
|
|
|
|||
Loading…
Reference in a new issue