X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.h;h=da520d82b1edc0ae6c1fb08c97c7c9d2c561925f;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=246799d26ca8ed790efc12f304ed97cd78f32773;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index 246799d26c..da520d82b1 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -18,6 +18,7 @@ namespace lyx { class Buffer; class BufferView; +class LyXView; /// extern bool quitting; @@ -35,7 +36,7 @@ void insertAsciiFile(BufferView * bv, std::string const & f, bool asParagraph); /// std::string getContentsOfAsciiFile(BufferView * bv, std::string const & f, bool asParagraph); /// -void reconfigure(BufferView * bv); +void reconfigure(LyXView & lv); } // namespace lyx