]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/xlputils.cpp
Moved the popup menu event handlers to dialog event handler
[wxWidgets.git] / utils / tex2rtf / src / xlputils.cpp
index bcbc4a0fb72f5634861f91e50c40d8806f21f6b7..8b82f5ac7abc603dba464862333c5f6025acd154 100644 (file)
@@ -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();