|
Line 0
Link Here
|
|
|
1 |
--- ../include/db_cxx.h.orig Tue Aug 31 13:45:43 1999 |
| 2 |
+++ ../include/db_cxx.h Sat Sep 14 14:50:27 2002 |
| 3 |
@@ -717,7 +717,7 @@ |
| 4 |
// call set_error_stream() to force all errors to a C++ stream. |
| 5 |
// It is unwise to mix these approaches. |
| 6 |
// |
| 7 |
- void set_error_stream(class ostream*); |
| 8 |
+ void set_error_stream(ostream*); |
| 9 |
|
| 10 |
// used internally |
| 11 |
static int runtime_error(const char *caller, int err, |