mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Fix compilation problem.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1537 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7811487b2a
commit
71794f7d81
@ -1,3 +1,6 @@
|
|||||||
|
2001-02-19 Dekel Tsur <dekelts@tau.ac.il>
|
||||||
|
|
||||||
|
* array.C (MathedArray): Fix compilation problem.
|
||||||
|
|
||||||
2001-02-14 André Pönitz <poenitz@htwm.de>
|
2001-02-14 André Pönitz <poenitz@htwm.de>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ void * my_memcpy(void * ps_in, void const * pt_in, size_t n)
|
|||||||
|
|
||||||
|
|
||||||
MathedArray::MathedArray()
|
MathedArray::MathedArray()
|
||||||
: bf_(1, 0), last_(0)
|
: bf_(1, '\0'), last_(0)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
MathedArray::~MathedArray()
|
MathedArray::~MathedArray()
|
||||||
|
Loading…
Reference in New Issue
Block a user