1//========================================================================
2//
3// ImgWriter.cpp
4//
5// This file is licensed under the GPLv2 or later
6//
7// Copyright (C) 2009 Albert Astals Cid <aacid@kde.org>
8//
9//========================================================================
10
11#include "ImgWriter.h"
12
13ImgWriter::~ImgWriter() { }
14

source code of poppler/goo/ImgWriter.cc