From fb98d6ec7769f535716601b051c061c5f25c2ff9 Mon Sep 17 00:00:00 2001 From: Imanol Fernandez Date: Mon, 26 Aug 2019 22:58:01 +0200 Subject: [PATCH] Fix master build error --- app/src/main/cpp/Widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/Widget.cpp b/app/src/main/cpp/Widget.cpp index baf0a0d86..b06839151 100644 --- a/app/src/main/cpp/Widget.cpp +++ b/app/src/main/cpp/Widget.cpp @@ -594,7 +594,7 @@ Widget::SetProxifyLayer(const bool aValue) { m.layerProxy->ToggleAll(true); } -Widget::LayoutQuadWithCylinderParent(const CylinderPtr& aCylinder) { +void Widget::LayoutQuadWithCylinderParent(const CylinderPtr& aCylinder) { if (aCylinder) { const float radius = aCylinder->GetTransformNode()->GetTransform().GetScale().x(); m.AdjustCylinderRotation(radius);