소스 검색

build on gcc

David Rose 21 년 전
부모
커밋
31bfe77f1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)) {