X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibtex.h;h=55451f564186da57ba64ecd804f1b17f136c731a;hb=3a949b32f08ce4884906a9c5d47c4d7031c794b2;hp=be7659f223cf9dbbf18fecfc0c9dfb68ea9daa11;hpb=2a594d3e90a673c56df9766658a79cf0bcaeb9a8;p=lyx.git diff --git a/src/insets/InsetBibtex.h b/src/insets/InsetBibtex.h index be7659f223..55451f5641 100644 --- a/src/insets/InsetBibtex.h +++ b/src/insets/InsetBibtex.h @@ -47,7 +47,7 @@ public: /// InsetCode lyxCode() const override { return BIBTEX_CODE; } /// - RowFlags rowFlags() const override { return Display; } + int rowFlags() const override { return Display; } /// void latex(otexstream &, OutputParams const &) const override; ///