2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
15 class SVGImporter
: public Importer
{
18 virtual ~SVGImporter();
20 status_t
Import(Icon
* icon
,
21 const entry_ref
* ref
);
24 #endif // SVG_IMPORTER_H