summaryrefslogtreecommitdiff
path: root/games/wormz/patches/patch-Common_Utils.cc
blob: 242bbeb779ffa2e636e3a134af9fb2703c274d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Common_Utils.cc,v 1.1 2017/06/08 14:06:38 joerg Exp $

Ensure that PrintErr is actually defined.

--- Common/Utils.cc.orig	2017-06-07 12:11:12.198556624 +0000
+++ Common/Utils.cc
@@ -2,7 +2,7 @@
 //#include <iostream.h>
 #include <stdlib.h>
 
-extern MyErrStream PrintErr;
+MyErrStream PrintErr;
 
 bool Rectangle::Inside(const Point& p) const
 {