]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_utils.C
Fixed the tth HTML export feature.
[lyx.git] / src / mathed / math_utils.C
index a2a25b6ef410b00dc7f79e3062146da126403914..8609e7a9a5f237abccd3517390679256ab4c62b5 100644 (file)
@@ -54,7 +54,7 @@ struct binary_op_pair { short id, isrel; } binary_op_table[] = {
       { LM_ddagger, LMB_OPERATOR }
 };
 
-static int compara(const void *a, const void *b)
+extern "C" int compara(const void *a, const void *b)
 {
     int i = ((binary_op_pair const *)a)->id, j = ((binary_op_pair const*)b)->id;
     return i - j;