Remove unneeded declarations to fix a GCC 4 Warning.
This commit is contained in:
@@ -31,4 +31,4 @@ class BPPoint : public BPoint, public BPasObject
|
|||||||
BPPoint(TPasObject PasObject);
|
BPPoint(TPasObject PasObject);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif _POINT_H_ /* _POINT_H_ */
|
#endif /* _POINT_H_ */
|
||||||
|
|||||||
@@ -34,4 +34,4 @@ class BPRect : public BRect, public BPasObject
|
|||||||
BPRect(TPasObject PasObject, BPoint leftTop, BPoint rightBottom);
|
BPRect(TPasObject PasObject, BPoint leftTop, BPoint rightBottom);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif _RECT_H_ /* _RECT_H_ */
|
#endif /* _RECT_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user