3a96856ab4
numptyphysics -> 2010/09/16 npcomplete -> 2010/01/24 Kudos to sthen@ for mirroring the distfiles
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
$OpenBSD: patch-Canvas_h,v 1.2 2012/12/12 14:58:00 dcoppa Exp $
|
|
--- Canvas.h.orig Wed Dec 5 17:28:40 2012
|
|
+++ Canvas.h Wed Dec 5 17:29:05 2012
|
|
@@ -70,7 +70,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 );
|
|
};
|
|
|
|
|