change namespace PPT_FORMAT -> PPT

This commit is contained in:
Ivan Morozov
2022-12-09 18:01:24 +03:00
parent 4673d68387
commit 2d0baac6fe
286 changed files with 765 additions and 3747 deletions

View File

@ -1,7 +1,7 @@
#include "PointStruct.h"
void PPT_FORMAT::PointStruct::ReadFromStream(POLE::Stream *pStream)
void PPT::PointStruct::ReadFromStream(POLE::Stream *pStream)
{
m_x = StreamUtils::ReadLONG(pStream);
m_y = StreamUtils::ReadLONG(pStream);