2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Beta version 1.8.5: Fix build on macOS.

This commit is contained in:
John Preston
2019-09-08 23:04:21 +03:00
parent 9a521c5340
commit b98e02f326
6 changed files with 12 additions and 1 deletions

View File

@@ -286,6 +286,8 @@ AbstractBox::AbstractBox(
}, lifetime());
}
AbstractBox::~AbstractBox() = default;
void AbstractBox::setLayerType(bool layerType) {
_layerType = layerType;
updateTitlePosition();

View File

@@ -275,6 +275,7 @@ public:
AbstractBox(
not_null<Window::LayerStackWidget*> layer,
object_ptr<BoxContent> content);
~AbstractBox();
void parentResized() override;