summaryrefslogtreecommitdiffstats
path: root/games/asc/files/patch-source::basestrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/asc/files/patch-source::basestrm.h')
-rw-r--r--games/asc/files/patch-source::basestrm.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/asc/files/patch-source::basestrm.h b/games/asc/files/patch-source::basestrm.h
new file mode 100644
index 0000000..5fb5007
--- /dev/null
+++ b/games/asc/files/patch-source::basestrm.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- source/basestrm.h 2002/10/18 12:10:03 1.1
++++ source/basestrm.h 2002/10/18 12:10:30
+@@ -516,7 +516,7 @@
+
+
+
+-class tanycompression : public t_compressor_stream_interface, protected tlzwstreamcompression {
++class tanycompression : public t_compressor_stream_interface, public tlzwstreamcompression {
+
+ typedef deque<char> CDQ;
+ queue<char, CDQ> _queue;
OpenPOWER on IntegriCloud