namespace PT renamed to pt
This commit is contained in:
@@ -77,10 +77,10 @@ Groups * GroupInfo::FindGroups(long dir_id)
|
||||
bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups)
|
||||
{
|
||||
groups.Clear();
|
||||
PT::Space & space = *groups.GetSpace();
|
||||
pt::Space & space = *groups.GetSpace();
|
||||
conf_parser.SetSpace(space);
|
||||
|
||||
if( conf_parser.ParseSpace(str) == PT::SpaceParser::ok )
|
||||
if( conf_parser.ParseSpace(str) == pt::SpaceParser::ok )
|
||||
{
|
||||
groups.Reindex();
|
||||
}
|
||||
@@ -91,7 +91,7 @@ bool GroupInfo::ParseGroups(const std::wstring & str, Groups & groups)
|
||||
groups.Clear();
|
||||
}
|
||||
|
||||
return conf_parser.status == PT::SpaceParser::ok;
|
||||
return conf_parser.status == pt::SpaceParser::ok;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user