TeX2RTF compilation fixes after my last wxHashTable changes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2004-05-08 09:40:59 +00:00
parent 62cdd7d3f8
commit f6fe5318e5
4 changed files with 17 additions and 17 deletions

View File

@@ -3123,7 +3123,7 @@ void GenerateHTMLIndexFile(wxChar *fname)
return;
TopicTable.BeginFind();
wxNode *node = TopicTable.Next();
wxHashTable::Node *node = TopicTable.Next();
while (node)
{
TexTopic *texTopic = (TexTopic *)node->GetData();
@@ -3223,7 +3223,7 @@ void GenerateHTMLWorkshopFiles(wxChar *fname)
_T("<UL>\n"));
TopicTable.BeginFind();
wxNode *node = TopicTable.Next();
wxHashTable::Node *node = TopicTable.Next();
while (node)
{
TexTopic *texTopic = (TexTopic *)node->GetData();