'tickets' can use 'threads' now
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@706 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -21,7 +21,6 @@ struct Ticket
|
||||
{
|
||||
struct TicketParam
|
||||
{
|
||||
long file_id;
|
||||
int param;
|
||||
long int_value; // changed to long (from int)
|
||||
std::wstring str_value;
|
||||
@@ -40,6 +39,7 @@ struct Ticket
|
||||
}
|
||||
};
|
||||
|
||||
long file_id;
|
||||
std::vector<TicketParam> par_tab;
|
||||
|
||||
// auxiliary object used during sorting
|
||||
|
Reference in New Issue
Block a user