1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 17:45:34 +00:00

tabs -> spaces

This commit is contained in:
Dmitriy 'Endorph' Shkurskiy 2014-01-07 14:32:14 +02:00
parent 116f125f05
commit 9afa8e952e
2 changed files with 30 additions and 32 deletions

View file

@ -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;