Minor fixes
1. Improve const correctness in a few places (such as `Container::getMaxStackSize()` -> `Container::getMaxStackSize() const`) 2. Use C++11 varargs for `I18n::get`, `Entity::newDoubleList` and `Language::getElement`
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
virtual wstring getCustomName();
|
||||
virtual bool hasCustomName();
|
||||
virtual void setCustomName(const wstring &name);
|
||||
virtual int getMaxStackSize();
|
||||
virtual int getMaxStackSize() const;
|
||||
virtual void setChanged();
|
||||
virtual bool stillValid(shared_ptr<Player> player);
|
||||
virtual void startOpen() { } // TODO Auto-generated method stub
|
||||
|
||||
Reference in New Issue
Block a user