mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 02:44:13 +08:00
change namespace PPT_FORMAT -> PPT
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include "TmsfTimeStruct.h"
|
||||
|
||||
|
||||
void PPT_FORMAT::TmsfTimeStruct::ReadFromStream(POLE::Stream *pStream)
|
||||
void PPT::TmsfTimeStruct::ReadFromStream(POLE::Stream *pStream)
|
||||
{
|
||||
m_nTrack = StreamUtils::ReadBYTE(pStream);
|
||||
m_nMinute = StreamUtils::ReadBYTE(pStream);
|
||||
|
||||
Reference in New Issue
Block a user