mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
19
This commit is contained in:
@ -31,9 +31,8 @@
|
||||
*/
|
||||
#include "DjVu.h"
|
||||
#include "DjVuFileImplementation.h"
|
||||
#include "../DesktopEditor/fontengine/ApplicationFonts.h"
|
||||
|
||||
CDjVuFile::CDjVuFile(CApplicationFonts* pFonts)
|
||||
CDjVuFile::CDjVuFile(NSFonts::IApplicationFonts* pFonts)
|
||||
{
|
||||
m_pImplementation = new CDjVuFileImplementation(pFonts);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user