X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferlist.h;h=93d172068604fd7b1215cb0e0405b2e8602647eb;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=c948d1b1ce9cfea1a9abe4fb557c8bde938a684b;hpb=28ad9602557a145bfd88c79dddecdc34c95c698c;p=lyx.git diff --git a/src/bufferlist.h b/src/bufferlist.h index c948d1b1ce..93d1720686 100644 --- a/src/bufferlist.h +++ b/src/bufferlist.h @@ -17,6 +17,9 @@ #include #include + +namespace lyx { + class Buffer; class OutputParams; @@ -99,6 +102,10 @@ private: void emergencyWrite(Buffer * buf); }; +/// Implementation is in lyx_main.C extern BufferList & theBufferList(); + +} // namespace lyx + #endif // BUFFERLIST_H