]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.h
Fixes to insettabular/text.
[lyx.git] / src / lyx_cb.h
index cc9bb3f42b3da48b91f52decda6a54888383c338..8904ee965f780c21f5c481dcf3c4e9db74959fe7 100644 (file)
@@ -3,6 +3,7 @@
 #define LYX_CB_H
 
 #include "LString.h"
+#include "lyxfont.h"
 
 class BufferParams;
 
@@ -16,7 +17,7 @@ extern bool toggleall;
 ///
 extern bool BindFileSet;
 ///
-extern LyXFont UserFreeFont(BufferParams const & params);
+extern LyXFont const UserFreeFont(BufferParams const & params);
 ///
 void ShowMessage(Buffer * buf,
                 string const & msg1,