Files
core/PdfFile/lib/splash/SplashFontFileID.cc
2022-11-21 14:12:22 +03:00

27 lines
603 B
C++

//========================================================================
//
// SplashFontFileID.cc
//
// Copyright 2003-2013 Glyph & Cog, LLC
//
//========================================================================
#include <aconf.h>
#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif
#include "gmempp.h"
#include "SplashFontFileID.h"
//------------------------------------------------------------------------
// SplashFontFileID
//------------------------------------------------------------------------
SplashFontFileID::SplashFontFileID() {
}
SplashFontFileID::~SplashFontFileID() {
}