mirror of https://github.com/procxx/kepka.git
Alpha 1.0.24: Fix build in Xcode.
This commit is contained in:
parent
59636ac072
commit
5530172add
|
@ -859,5 +859,6 @@ bool MultiSelect::Inner::hasItem(uint64 itemId) const {
|
||||||
return _idsMap.find(itemId) != _idsMap.cend();
|
return _idsMap.find(itemId) != _idsMap.cend();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MultiSelect::Inner::~Inner() = default;
|
||||||
|
|
||||||
} // namespace Ui
|
} // namespace Ui
|
||||||
|
|
|
@ -105,6 +105,8 @@ public:
|
||||||
|
|
||||||
void setResizedCallback(base::lambda<void(int heightDelta)> callback);
|
void setResizedCallback(base::lambda<void(int heightDelta)> callback);
|
||||||
|
|
||||||
|
~Inner();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
int resizeGetHeight(int newWidth) override;
|
int resizeGetHeight(int newWidth) override;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue