]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
another compile fix from herbert
[lyx.git] / src / frontends / guiapi.h
index 8fb756721fee168097c799a3b666b19d7555ff88..69c85ebe7c96f0a5f02dca140bd4976cb6ff676a 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C++ -*-
 /**
  * \file guiapi.h
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Lars Gullik Bjønnes 
  *
@@ -23,6 +24,7 @@ class InsetError;
 class InsetERT;
 class InsetExternal;
 class InsetFloat;
+class InsetWrap;
 class InsetGraphics;
 class InsetInclude;
 class InsetMinipage;
@@ -44,6 +46,7 @@ extern "C" {
        void gui_ShowExternal(InsetExternal *, Dialogs &);
        void gui_ShowFile(string const &, Dialogs &);
        void gui_ShowFloat(InsetFloat *, Dialogs &);
+       void gui_ShowWrap(InsetWrap *, Dialogs &);
        void gui_ShowForks(Dialogs &);
        void gui_ShowGraphics(InsetGraphics *, Dialogs &);
        void gui_ShowInclude(InsetInclude *, Dialogs &);