X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettabular.h;h=1d358d53d468c297091d8e1f2ecdf827ed708a08;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=c0f97e46b20061867856e4f9ee8f575a02a697cd;hpb=d719688df38b73e915ea36c8357a3c57376c4ef7;p=lyx.git diff --git a/src/insets/insettabular.h b/src/insets/insettabular.h index c0f97e46b2..1d358d53d4 100644 --- a/src/insets/insettabular.h +++ b/src/insets/insettabular.h @@ -218,9 +218,9 @@ public: void toggleSelection(BufferView *, bool kill_selection); /// bool searchForward(BufferView *, string const &, - bool const & = true, bool const & = false); + bool = true, bool = false); bool searchBackward(BufferView *, string const &, - bool const & = true, bool const & = false); + bool = true, bool = false); // this should return true if we have a "normal" cell, otherwise true. // "normal" means without width set!