Refactoring

This commit is contained in:
Green
2025-07-06 22:53:38 +03:00
parent 2b1e5faef9
commit e025ae2779
102 changed files with 2729 additions and 1585 deletions

View File

@ -17,7 +17,7 @@ ENoteNumbering GetNoteNumbering(int nValue)
CNoteShape::CNoteShape()
{}
CNoteShape::CNoteShape(CXMLNode& oNode, int nVersion)
CNoteShape::CNoteShape(CXMLReader& oReader, int nVersion)
{}
CNoteShape* CNoteShape::Parse(int nLevel, int nSize, CHWPStream& oBuffer, int nOff, int nVersion)