mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 07:23:34 +08:00
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;
|
|
|