namespace PT renamed to pt
This commit is contained in:
@@ -65,7 +65,7 @@ bool Meta::Parse(const std::wstring & meta_str)
|
||||
space.clear();
|
||||
conf_parser.SetSpace(space);
|
||||
|
||||
return (conf_parser.ParseSpace(meta_str) == PT::SpaceParser::ok);
|
||||
return (conf_parser.ParseSpace(meta_str) == pt::SpaceParser::ok);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user