some code cleanup

svn-id: r35966
This commit is contained in:
Max Horn 2009-01-20 23:19:42 +00:00
parent c210b71876
commit 299736c9e1
7 changed files with 54 additions and 53 deletions

View file

@ -260,9 +260,9 @@ protected:
/** Parse helper functions */
byte parseFlags(const String& flags);
bool parseRect(Rect *rect, const String& coords);
bool parsePolygon(Polygon *poly, const String& coords);
bool parseRectAsPolygon(Polygon *poly, const String& coords);
bool parseRect(Rect &rect, const String& coords);
bool parsePolygon(Polygon &poly, const String& coords);
bool parseRectAsPolygon(Polygon &poly, const String& coords);
};
} // end of namespace GUI