openbsd-ports/games/numptyphysics/patches/patch-Canvas_h
sthen b977e4e00b Various patches to improve the game engine and allow all the npcomplete
levels to work. Some from Erik Hovland via the numptyphysics bug tracker,
some from David Coppa. Port diff from David Coppa (maintainer).
2009-10-22 23:07:54 +00:00

13 lines
346 B
Plaintext

$OpenBSD: patch-Canvas_h,v 1.1 2009/10/22 23:07:54 sthen Exp $
--- Canvas.h.orig Thu Oct 15 08:59:08 2009
+++ Canvas.h Thu Oct 15 08:59:56 2009
@@ -68,7 +68,7 @@ class Window : public Canvas
class Image : public Canvas
{
public:
- Image( const char* file, bool alpha=false );
+ explicit Image( const char* file, bool alpha=false );
};