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
@@ -286,6 +286,8 @@ AbstractBox::AbstractBox(
}, lifetime());
}
AbstractBox::~AbstractBox() = default;
void AbstractBox::setLayerType(bool layerType) {
_layerType = layerType;
updateTitlePosition();