freebsd-ports/games/adonthell/files/patch-src_drawing_area.h
Martin Wilke de06319d75 - Fix build with gcc 4.2
PR:		118185
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (erwin)
2007-11-22 08:37:10 +00:00

11 lines
369 B
C

--- src/drawing_area.h.orig 2007-11-21 17:48:25.000000000 +0100
+++ src/drawing_area.h 2007-11-21 17:48:50.000000000 +0100
@@ -156,7 +156,7 @@
*
* @return drawing_area which has the same dimensions and location as r.
*/
- drawing_area& drawing_area::operator = (SDL_Rect& r);
+ drawing_area& operator = (SDL_Rect& r);
#endif
/**