mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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);
|
set_ostream_ptr(&cerr, false);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
Filename filename = notify_output;
|
Filename filename = notify_output.get_value();
|
||||||
filename.set_text();
|
filename.set_text();
|
||||||
ofstream *out = new ofstream;
|
ofstream *out = new ofstream;
|
||||||
if (!filename.open_write(*out)) {
|
if (!filename.open_write(*out)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user