diff --git a/include/mc_rtc/gui/Arrow.h b/include/mc_rtc/gui/Arrow.h index 92e8f4a711..15c9f52fce 100644 --- a/include/mc_rtc/gui/Arrow.h +++ b/include/mc_rtc/gui/Arrow.h @@ -38,7 +38,7 @@ struct ArrowROImpl : public Element } /** Invalid element */ - ArrowROImpl(){}; + ArrowROImpl() {}; constexpr static size_t write_size() { return Element::write_size() + 3 + ArrowConfig::write_size(); } @@ -72,7 +72,7 @@ struct ArrowImpl : public ArrowROImpl } /** Invalid element */ - ArrowImpl(){}; + ArrowImpl() {}; void write(mc_rtc::MessagePackBuilder & builder) { ArrowROImpl::write(builder, false); }