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:
parent
cfda5dd75b
commit
c6408ada23
@ -14,6 +14,7 @@
|
||||
#include "Observer.h"
|
||||
#include "ShapeContainer.h"
|
||||
|
||||
class BRect;
|
||||
class PathContainer;
|
||||
|
||||
class IconListener {
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include "agg_trans_affine.h"
|
||||
|
||||
class BBitmap;
|
||||
class BRect;
|
||||
class Icon;
|
||||
class StyleManager;
|
||||
|
||||
|
@ -79,7 +79,7 @@ ColorPreview::MessageReceived(BMessage* message)
|
||||
_DragColor(where);
|
||||
|
||||
} else {
|
||||
#ifdef TARGET_PLATFORM_ZETA
|
||||
#ifdef HAIKU_TARGET_PLATFORM_DANO
|
||||
const
|
||||
#endif
|
||||
char* nameFound;
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "Observer.h"
|
||||
|
||||
class BMessage;
|
||||
class BView;
|
||||
class Command;
|
||||
|
||||
|
@ -11,6 +11,8 @@
|
||||
|
||||
#include "PathCommand.h"
|
||||
|
||||
class BPoint;
|
||||
|
||||
class RemovePointsCommand : public PathCommand {
|
||||
public:
|
||||
// for removing the point clicked on
|
||||
|
Loading…
Reference in New Issue
Block a user