Alpha 1.0.24: Fix build in Xcode.

This commit is contained in:
John Preston 2017-03-19 00:29:43 +03:00
parent 59636ac072
commit 5530172add
2 changed files with 3 additions and 0 deletions

View File

@ -859,5 +859,6 @@ bool MultiSelect::Inner::hasItem(uint64 itemId) const {
return _idsMap.find(itemId) != _idsMap.cend();
}
MultiSelect::Inner::~Inner() = default;
} // namespace Ui

View File

@ -105,6 +105,8 @@ public:
void setResizedCallback(base::lambda<void(int heightDelta)> callback);
~Inner();
protected:
int resizeGetHeight(int newWidth) override;