Browse Source

build on gcc

David Rose 21 years ago
parent
commit
31bfe77f1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/prc/notify.cxx

+ 1 - 1
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)) {