build on gcc

This commit is contained in:
David Rose 2004-10-21 14:41:10 +00:00
parent 378645efbe
commit 31bfe77f1d

View File

@ -539,7 +539,7 @@ config_initialized() {
set_ostream_ptr(&cerr, false);
} else {
Filename filename = notify_output;
Filename filename = notify_output.get_value();
filename.set_text();
ofstream *out = new ofstream;
if (!filename.open_write(*out)) {