mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 14:53:29 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@62634 954022d7-b5bf-4e40-9824-e11837661b57
7 lines
194 B
C++
7 lines
194 B
C++
#include "stdafx.h"
|
|
#include "MetaDataParsers.h"
|
|
#include <memory>
|
|
|
|
std::auto_ptr<AVS::Image::MetaDataParserFactory::ParserInfoArray> AVS::Image::MetaDataParserFactory::_ParserInfoArray;
|
|
|