X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.h;h=da520d82b1edc0ae6c1fb08c97c7c9d2c561925f;hb=7aa50e8f2bc942e4bb3d7a45e62fdfbe6a21654e;hp=a9bdde8161d77ea606ba430d659274f0a3a144c5;hpb=fb1ffecd0c3b07939dcb8af50af71ef3ba0b1d02;p=lyx.git diff --git a/src/lyx_cb.h b/src/lyx_cb.h index a9bdde8161..da520d82b1 100644 --- a/src/lyx_cb.h +++ b/src/lyx_cb.h @@ -14,8 +14,11 @@ #include +namespace lyx { + class Buffer; class BufferView; +class LyXView; /// extern bool quitting; @@ -33,5 +36,8 @@ 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 + #endif