mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
build on gcc
This commit is contained in:
parent
378645efbe
commit
31bfe77f1d
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user