LED matrix display - MD_Parola, MD_MAX72xx and MD_MAXPanel

Hello, tell me, the compilation stops on this error:
C:\Users\HOME\Documents\Arduino\libraries\MD_Parola\src/MD_Parola.h:787:19: warning: 'uint16_t MD_PZone::_scrollDistance' [-Wreorder]

uint16_t _scrollDistance; // the space in columns between the end of one message and the start of the next

^

C:\Users\HOME\Documents\Arduino\libraries\MD_Parola\src\MD_PZone.cpp:30:1: warning: when initialized here [-Wreorder]

MD_PZone::MD_PZone(void) : _fsmState(END), _userChars(nullptr), _MX(nullptr), _fontDef(nullptr),

^

C:\Users\HOME\Documents\Arduino\libraries\MD_Parola\src\MD_PZone.cpp: In member function 'void MD_PZone::allocateFontBuffer()':

C:\Users\HOME\Documents\Arduino\libraries\MD_Parola\src\MD_PZone.cpp:59:23: error: 'class MD_MAX72XX' has no member named 'getMaxFontWidth'

uint8_t size = _MX->getMaxFontWidth() + getCharSpacing();