mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-16 08:42:23 +00:00
flagAsModified should be private
This commit is contained in:
parent
a9526622b1
commit
27092a4494
@ -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…
x
Reference in New Issue
Block a user