namespace PT renamed to pt
This commit is contained in:
@@ -77,7 +77,7 @@ void Seo::MakePost()
|
||||
|
||||
item.subject = subject;
|
||||
|
||||
PT::Space & seo = item.item_content.meta.find_add_child_space(L"seo");
|
||||
pt::Space & seo = item.item_content.meta.find_add_child_space(L"seo");
|
||||
seo.add(L"description", description);
|
||||
seo.add(L"keywords", keywords);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user