mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2086 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e06bc73c22
commit
ac114c3d50
@ -1,3 +1,7 @@
|
||||
2001-06-01 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* figinset.C: fix typo
|
||||
|
||||
2001-06-01 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* insettabular.C (resetPos): small hack so that scroll is not set to
|
||||
|
@ -81,7 +81,7 @@ using std::pair;
|
||||
using std::make_pair;
|
||||
|
||||
#ifndef CXX_GLOBAL_CSTD
|
||||
using std::memcopy;
|
||||
using std::memcpy;
|
||||
using std::sin;
|
||||
using std::cos;
|
||||
using std::fabs;
|
||||
|
Loading…
Reference in New Issue
Block a user