X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferparams.h;h=cb6e63cdbff30356fcb1bd54d2c535751dff954c;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=a42cf57776d073f97e89de6e83d3f3709589660a;hpb=2a31934f38d624bef25c0b177852233eee9768f0;p=lyx.git diff --git a/src/bufferparams.h b/src/bufferparams.h index a42cf57776..cb6e63cdbf 100644 --- a/src/bufferparams.h +++ b/src/bufferparams.h @@ -48,10 +48,10 @@ enum CiteEngine { }; class CiteEngine_enum { - CiteEngine val_; + CiteEngine val_; public: CiteEngine_enum(CiteEngine val) : val_(val) {} - operator CiteEngine() const{ return val_; } + operator CiteEngine() const{ return val_; } }; } // namespace biblio @@ -191,6 +191,10 @@ public: void readLanguage(LyXLex &); /// void readGraphicsDriver(LyXLex &); + /// + void readBullets(LyXLex &); + /// + void readBulletsLaTeX(LyXLex &); /// use AMS package, not, or auto enum AMS {