namespace PT renamed to pt
This commit is contained in:
@@ -472,7 +472,7 @@ return *this;
|
||||
|
||||
|
||||
|
||||
TexTextStream & TexTextStream::operator<<(const PT::Space & space)
|
||||
TexTextStream & TexTextStream::operator<<(const pt::Space & space)
|
||||
{
|
||||
tmp_stream.Clear();
|
||||
// !! IMPROVE ME
|
||||
@@ -485,7 +485,7 @@ return *this;
|
||||
}
|
||||
|
||||
|
||||
TexTextStream & TexTextStream::operator<<(const PT::Date & date)
|
||||
TexTextStream & TexTextStream::operator<<(const pt::Date & date)
|
||||
{
|
||||
tmp_stream.Clear();
|
||||
// !! IMPROVE ME
|
||||
|
||||
Reference in New Issue
Block a user