1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/games/gnomoku/files/patch-fdstream.h
2002-02-06 16:29:39 +00:00

15 lines
231 B
C++

$FreeBSD$
--- fdstream.h 2002/02/05 13:25:12 1.1
+++ fdstream.h 2002/02/05 13:36:05
@@ -26,6 +26,8 @@
namespace Gnomoku
{
+ typedef char char_type;
+
class fdstreambuf : public std::streambuf
{
int buf_size;