namespace PT renamed to pt
This commit is contained in:
@@ -96,7 +96,7 @@ void Stats::ReadStats()
|
||||
if( stats_file.empty() )
|
||||
return;
|
||||
|
||||
PT::WideToUTF8(stats_file, astats_file);
|
||||
pt::WideToUTF8(stats_file, astats_file);
|
||||
std::ifstream file(astats_file.c_str());
|
||||
|
||||
if( !file )
|
||||
@@ -147,7 +147,7 @@ void Stats::SaveStats()
|
||||
if( stats_file.empty() )
|
||||
return;
|
||||
|
||||
PT::WideToUTF8(stats_file, astats_file);
|
||||
pt::WideToUTF8(stats_file, astats_file);
|
||||
std::ofstream file(astats_file.c_str());
|
||||
|
||||
if( !file )
|
||||
|
Reference in New Issue
Block a user