forked from teamnwah/openmw-tes3coop
flagAsModified should be private
This commit is contained in:
parent
a9526622b1
commit
27092a4494
1 changed files with 2 additions and 4 deletions
|
@ -94,6 +94,8 @@ namespace MWWorld
|
|||
ContainerStoreIterator addNewStack (const Ptr& ptr);
|
||||
///< Add the item to this container (do not try to stack it onto existing items)
|
||||
|
||||
virtual void flagAsModified();
|
||||
|
||||
public:
|
||||
|
||||
virtual bool stacks (const Ptr& ptr1, const Ptr& ptr2);
|
||||
|
@ -105,10 +107,6 @@ namespace MWWorld
|
|||
void clear();
|
||||
///< Empty container.
|
||||
|
||||
virtual void flagAsModified();
|
||||
///< \attention This function is internal to the world model and should not be called from
|
||||
/// outside.
|
||||
|
||||
float getWeight() const;
|
||||
///< Return total weight of the items contained in *this.
|
||||
|
||||
|
|
Loading…
Reference in a new issue