Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby committed Jan 21, 2021
1 parent ebec6ca commit a837804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Render/Backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main_Backend(void)
pugi::xml_document temp;
DIAGRAM_FILE_LIST.push_back(temp);
}
vector<string> DIAGRAM_FILENAME_LIST;
vector<char[10000]> DIAGRAM_FILENAME_LIST;
vector<pugi::xml_parse_result> DIAGRAM_RESULT;
for (iterator_i = 0; iterator_i < Num_Node; ++iterator_i)
{
Expand Down

0 comments on commit a837804

Please sign in to comment.