Remove unneeded declarations to fix a GCC 4 Warning.

This commit is contained in:
ocoursiere
2012-10-19 21:45:11 +00:00
parent 345c1d7463
commit b2cc13df68
2 changed files with 2 additions and 2 deletions

View File

@@ -31,4 +31,4 @@ class BPPoint : public BPoint, public BPasObject
BPPoint(TPasObject PasObject);
};
#endif _POINT_H_ /* _POINT_H_ */
#endif /* _POINT_H_ */

View File

@@ -34,4 +34,4 @@ class BPRect : public BRect, public BPasObject
BPRect(TPasObject PasObject, BPoint leftTop, BPoint rightBottom);
};
#endif _RECT_H_ /* _RECT_H_ */
#endif /* _RECT_H_ */