mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
compile.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37591 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
69fc2ddac4
commit
b9b6c12782
@ -46,7 +46,7 @@ public:
|
||||
///
|
||||
void write(WriteStream & os) const;
|
||||
///
|
||||
int latex(otexstream & os, OutputParams const & runparams) const;
|
||||
void latex(otexstream & os, OutputParams const & runparams) const;
|
||||
///
|
||||
void mathmlize(MathStream &) const;
|
||||
///
|
||||
|
@ -14,8 +14,8 @@
|
||||
///
|
||||
char const * lyx_version = PACKAGE_VERSION;
|
||||
///
|
||||
int lyx_version_major = LYX_MAJOR_VERSION;
|
||||
int lyx_version_minor = LYX_MINOR_VERSION;
|
||||
const int lyx_version_major = LYX_MAJOR_VERSION;
|
||||
const int lyx_version_minor = LYX_MINOR_VERSION;
|
||||
///
|
||||
char const * lyx_release_date = LYX_DATE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user