X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finset.C;h=c8eba90eb3bfe80dd10e5e93b8149439b69f5a1c;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=6f25f38709d2751791399d9bd3ccdd2bbd3f1e8b;hpb=f0a372d294a035f229e14ebd9c9b7394deda0075;p=lyx.git diff --git a/src/insets/inset.C b/src/insets/inset.C index 6f25f38709..c8eba90eb3 100644 --- a/src/insets/inset.C +++ b/src/insets/inset.C @@ -142,7 +142,7 @@ void Inset::id(int id_arg) id_ = id_arg; } -void Inset::setFont(BufferView *, LyXFont const &, bool, bool ) +void Inset::setFont(BufferView *, LyXFont const &, bool, bool) {} @@ -328,7 +328,7 @@ UpdatableInset::localDispatch(BufferView * bv, int UpdatableInset::getMaxWidth(BufferView * bv, UpdatableInset const *) const { int w; - if (owner()){ + if (owner()) { w = static_cast (owner())->getMaxWidth(bv, this); } else {