]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_iter.h
Fixed the tth HTML export feature.
[lyx.git] / src / mathed / math_iter.h
index 4e95737639c034e9d2c046cd820d8769aa382e9c..304de0f0fc76079b82d48b5af812e6f98bf59e92 100644 (file)
@@ -46,7 +46,7 @@ class MathedIter {
     {
        pos = 0;
        fcode = 0;
-       array = NULL;
+       array = 0;
        flags = 0;
        ncols = row = col = 0;
     }