diff --git a/dtool/src/prc/notify.cxx b/dtool/src/prc/notify.cxx index 67361af71c..192f0c0fcb 100644 --- a/dtool/src/prc/notify.cxx +++ b/dtool/src/prc/notify.cxx @@ -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)) {