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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user