Fixed build under Dano.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17989 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
#include "Observer.h"
|
#include "Observer.h"
|
||||||
#include "ShapeContainer.h"
|
#include "ShapeContainer.h"
|
||||||
|
|
||||||
|
class BRect;
|
||||||
class PathContainer;
|
class PathContainer;
|
||||||
|
|
||||||
class IconListener {
|
class IconListener {
|
||||||
|
|||||||
@@ -20,6 +20,7 @@
|
|||||||
#include "agg_trans_affine.h"
|
#include "agg_trans_affine.h"
|
||||||
|
|
||||||
class BBitmap;
|
class BBitmap;
|
||||||
|
class BRect;
|
||||||
class Icon;
|
class Icon;
|
||||||
class StyleManager;
|
class StyleManager;
|
||||||
|
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ ColorPreview::MessageReceived(BMessage* message)
|
|||||||
_DragColor(where);
|
_DragColor(where);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
#ifdef TARGET_PLATFORM_ZETA
|
#ifdef HAIKU_TARGET_PLATFORM_DANO
|
||||||
const
|
const
|
||||||
#endif
|
#endif
|
||||||
char* nameFound;
|
char* nameFound;
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include "Observer.h"
|
#include "Observer.h"
|
||||||
|
|
||||||
|
class BMessage;
|
||||||
class BView;
|
class BView;
|
||||||
class Command;
|
class Command;
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
#include "PathCommand.h"
|
#include "PathCommand.h"
|
||||||
|
|
||||||
|
class BPoint;
|
||||||
|
|
||||||
class RemovePointsCommand : public PathCommand {
|
class RemovePointsCommand : public PathCommand {
|
||||||
public:
|
public:
|
||||||
// for removing the point clicked on
|
// for removing the point clicked on
|
||||||
|
|||||||
Reference in New Issue
Block a user