X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a29912f608e082001ee53b9873323c4bcd71f21..59ae507561b72fc57a553b73ca54ea375dadaa0d:/utils/tex2rtf/src/xlputils.cpp diff --git a/utils/tex2rtf/src/xlputils.cpp b/utils/tex2rtf/src/xlputils.cpp index bcbc4a0fb7..8b82f5ac7a 100644 --- a/utils/tex2rtf/src/xlputils.cpp +++ b/utils/tex2rtf/src/xlputils.cpp @@ -41,6 +41,10 @@ wxList hyperLinks(wxKEY_INTEGER); wxList hyperLabels(wxKEY_STRING); FILE *Index = NULL; + +extern wxHashTable TexReferences; + + void PadToTab(int tabPos) { int currentCol = GetCurrentColumn();