namespace PT renamed to pt
This commit is contained in:
@@ -45,13 +45,10 @@
|
||||
namespace pt
|
||||
{
|
||||
|
||||
// remove me in the future (when PT will be changed to pt)
|
||||
using namespace PT;
|
||||
|
||||
|
||||
namespace pt_mainoptions_tests
|
||||
{
|
||||
|
||||
|
||||
struct MainOptionsParserOutputTest
|
||||
{
|
||||
MainOptionsParser::Status status;
|
||||
@@ -83,7 +80,7 @@ bool has_space_in_str(const char * arg)
|
||||
{
|
||||
while( *arg )
|
||||
{
|
||||
if( PT::is_white((wchar_t)*arg) )
|
||||
if( is_white((wchar_t)*arg) )
|
||||
return true;
|
||||
|
||||
arg += 1;
|
||||
|
Reference in New Issue
Block a user