Fixed build under Dano.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
98396cd878
commit
324e3770e6
@ -5,13 +5,15 @@
|
||||
* Authors:
|
||||
* Stephan Aßmus <superstippi@gmx.de>
|
||||
*/
|
||||
|
||||
#ifndef PATH_LIST_VIEW_H
|
||||
#define PATH_LIST_VIEW_H
|
||||
|
||||
#include "ListViews.h"
|
||||
#include "PathContainer.h"
|
||||
|
||||
class BMenu;
|
||||
class BMenuItem;
|
||||
|
||||
class CommandStack;
|
||||
class VectorPath;
|
||||
class PathListItem;
|
||||
|
@ -5,12 +5,13 @@
|
||||
* Authors:
|
||||
* Stephan Aßmus <superstippi@gmx.de>
|
||||
*/
|
||||
|
||||
#ifndef SVG_IMPORTER_H
|
||||
#define SVG_IMPORTER_H
|
||||
|
||||
#include "Importer.h"
|
||||
|
||||
struct entry_ref;
|
||||
|
||||
class SVGImporter : public Importer {
|
||||
public:
|
||||
SVGImporter();
|
||||
|
Loading…
Reference in New Issue
Block a user