Fixed build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20482 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -43,7 +43,13 @@
|
|||||||
|
|
||||||
class Icon;
|
class Icon;
|
||||||
class SVGImporter;
|
class SVGImporter;
|
||||||
class Transformable;
|
|
||||||
|
namespace BPrivate {
|
||||||
|
namespace Icon {
|
||||||
|
class Transformable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
using BPrivate::Icon::Transformable;
|
||||||
|
|
||||||
namespace agg {
|
namespace agg {
|
||||||
namespace svg {
|
namespace svg {
|
||||||
|
|||||||
@@ -16,7 +16,13 @@
|
|||||||
class Gradient;
|
class Gradient;
|
||||||
class Shape;
|
class Shape;
|
||||||
class Style;
|
class Style;
|
||||||
class Transformable;
|
|
||||||
|
namespace BPrivate {
|
||||||
|
namespace Icon {
|
||||||
|
class Transformable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
using BPrivate::Icon::Transformable;
|
||||||
|
|
||||||
class SVGExporter : public Exporter {
|
class SVGExporter : public Exporter {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -12,7 +12,13 @@
|
|||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
|
|
||||||
class Shape;
|
class Shape;
|
||||||
class Transformable;
|
|
||||||
|
namespace BPrivate {
|
||||||
|
namespace Icon {
|
||||||
|
class Transformable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
using BPrivate::Icon::Transformable;
|
||||||
|
|
||||||
class FreezeTransformationCommand : public Command {
|
class FreezeTransformationCommand : public Command {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -12,10 +12,16 @@
|
|||||||
#include "TransformBox.h"
|
#include "TransformBox.h"
|
||||||
#include "TransformCommand.h"
|
#include "TransformCommand.h"
|
||||||
|
|
||||||
class Transformable;
|
|
||||||
class VectorPath;
|
class VectorPath;
|
||||||
struct control_point;
|
struct control_point;
|
||||||
|
|
||||||
|
namespace BPrivate {
|
||||||
|
namespace Icon {
|
||||||
|
class Transformable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
using BPrivate::Icon::Transformable;
|
||||||
|
|
||||||
class TransformPointsCommand : public TransformCommand,
|
class TransformPointsCommand : public TransformCommand,
|
||||||
public TransformBoxListener {
|
public TransformBoxListener {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -11,7 +11,12 @@
|
|||||||
|
|
||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
|
|
||||||
class Transformable;
|
namespace BPrivate {
|
||||||
|
namespace Icon {
|
||||||
|
class Transformable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
using BPrivate::Icon::Transformable;
|
||||||
|
|
||||||
class ResetTransformationCommand : public Command {
|
class ResetTransformationCommand : public Command {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -12,7 +12,12 @@
|
|||||||
#include "TransformBox.h"
|
#include "TransformBox.h"
|
||||||
#include "TransformCommand.h"
|
#include "TransformCommand.h"
|
||||||
|
|
||||||
class Transformable;
|
namespace BPrivate {
|
||||||
|
namespace Icon {
|
||||||
|
class Transformable;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
using BPrivate::Icon::Transformable;
|
||||||
|
|
||||||
class TransformObjectsCommand : public TransformCommand,
|
class TransformObjectsCommand : public TransformCommand,
|
||||||
public TransformBoxListener {
|
public TransformBoxListener {
|
||||||
|
|||||||
Reference in New Issue
Block a user