]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_gui_misc.h
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / lyx_gui_misc.h
index 5726d11baa66ac56b48a6d681c21899eb09f7e56..8ce53f9a007752293643fdda0da4ace6f8e2acc6 100644 (file)
@@ -23,7 +23,8 @@
 #include <utility>  /* needed for pair<> definition */
 
 /// Prevents LyX from being killed when the close box is pressed in a popup.
-extern "C" int CancelCloseBoxCB(FL_FORM *, void *);
+extern "C"
+int CancelCloseBoxCB(FL_FORM *, void *);
 
 /** Redraw the form (on receipt of a Signal indicating, for example,
     that the xform colors have been re-mapped). */