namespace PT renamed to pt
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
|
||||
@@ -165,7 +165,7 @@ void MainOptionsParser::convert_str(const char * src, std::wstring & dst)
|
||||
{
|
||||
if( should_use_utf8 )
|
||||
{
|
||||
PT::UTF8ToWide(src, dst);
|
||||
UTF8ToWide(src, dst);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -181,7 +181,7 @@ void MainOptionsParser::convert_str(const char * src, size_t len, std::wstring &
|
||||
{
|
||||
if( should_use_utf8 )
|
||||
{
|
||||
PT::UTF8ToWide(src, len, dst);
|
||||
UTF8ToWide(src, len, dst);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@@ -43,7 +43,7 @@
|
||||
#include <vector>
|
||||
|
||||
|
||||
namespace PT
|
||||
namespace pt
|
||||
{
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user