blob: 612a0018dc4f572ab88def225f56327c8abe6b60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$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;
|