wxList hyperLabels(wxKEY_STRING);
FILE *Index = NULL;
+
+extern wxHashTable TexReferences;
+
+
void PadToTab(int tabPos)
{
int currentCol = GetCurrentColumn();
fclose(Subsubsections); Subsubsections = NULL;
fclose(Index); Index = NULL;
- if (FileExists(ContentsName)) wxRemoveFile(ContentsName);
+ if (wxFileExists(ContentsName)) wxRemoveFile(ContentsName);
if (!wxRenameFile(TmpContentsName, ContentsName))
{