]> git.lyx.org Git - features.git/commitdiff
fix aiksaurus compile
authorJohn Levon <levon@movementarian.org>
Tue, 18 Jun 2002 18:39:36 +0000 (18:39 +0000)
committerJohn Levon <levon@movementarian.org>
Tue, 18 Jun 2002 18:39:36 +0000 (18:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4421 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/forms/.cvsignore
src/frontends/xforms/guiapi.C

index 4ee803221fd3e66b3892c4a7b2f06fefe8a3f885..6fb8117306b8efda1ae0e755dbf29535b3f1c219 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
+
+       * guiapi.C: fix compile with libAiksaurus
 2002-06-17  Herbert Voss  <voss@perce.de>
  
        * forms/.cvsignore: ignore the *.lo files
index 9ba421351fca2a2de555cba28e693753ce5b2848..74f54ecc3285a34343a4cbc94ba098ec1b4d6974 100644 (file)
@@ -5,3 +5,4 @@ Makefile
 *.C
 *.tmp
 *.lo
+.deps
index af5ef386a7cd60f02ba79dadcd4cd615efa3b97b..d62d44812a569f5870f6c908834734f41bc45501 100644 (file)
 #include "FormTexinfo.h"
 #include "forms/form_texinfo.h"
 
+#ifdef HAVE_LIBAIKSAURUS
+#include "FormThesaurus.h"
+#include "forms/form_thesaurus.h"
+#endif
 #include "FormToc.h"
 #include "forms/form_toc.h"
 
@@ -490,7 +495,7 @@ extern "C" {
        }
 
 
-       void gui_ShowThesaurus(string const & /*s*/, LyXView & , Dialogs &)
+       void gui_ShowThesaurus(string const & s, LyXView & lv, Dialogs & d)
        {
 #ifdef HAVE_LIBAIKSAURUS
                static GUI<ControlThesaurus, FormThesaurus,