mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
compile fix for gcc 2.8.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1174 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9a1425adcb
commit
dafce403dd
@ -1,3 +1,7 @@
|
||||
2000-10-30 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* src/minibuffer.C: fix for older compilers
|
||||
|
||||
2000-10-30 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* src/insets/insettext.C (InsertInset): fixed this as the cursor
|
||||
|
@ -29,7 +29,10 @@
|
||||
#include "buffer.h"
|
||||
|
||||
using std::endl;
|
||||
|
||||
#ifdef SIGC_CXX_NAMESPACES
|
||||
using SigC::slot;
|
||||
#endif
|
||||
|
||||
extern bool keyseqUncomplete();
|
||||
extern string keyseqOptions(int l = 190);
|
||||
|
Loading…
Reference in New Issue
Block a user