X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetindex.C;h=486aeb23111eb845002f76c2d95d5f78f60f3c40;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=02498e2be3c88ded7f6114b28b09444a9a708e5e;hpb=fcc833018cf7670591bec9bd792f05b5a3f017ad;p=lyx.git diff --git a/src/insets/insetindex.C b/src/insets/insetindex.C index 02498e2be3..486aeb2311 100644 --- a/src/insets/insetindex.C +++ b/src/insets/insetindex.C @@ -27,7 +27,7 @@ string const InsetIndex::getScreenLabel(Buffer const *) const void InsetIndex::edit(BufferView * bv, int, int, unsigned int) { - bv->owner()->getDialogs()->showIndex( this ); + bv->owner()->getDialogs()->showIndex(this); }