mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
16 lines
389 B
C++
16 lines
389 B
C++
#include "stdafx.h"
|
|
|
|
#include "SFontFileID.h"
|
|
|
|
//-------------------------------------------------------------------------------------------------------------------------------
|
|
// SFontFileID
|
|
//-------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
SFontFileID::SFontFileID()
|
|
{
|
|
}
|
|
|
|
SFontFileID::~SFontFileID()
|
|
{
|
|
}
|